(Translated by https://www.hiragana.jp/)
The On-Line Encyclopedia of Integer Sequences® (OEIS®)
The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)

Revision History for A101786

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A101786 G.f. satisfies: A(x) = 1 + x*A(x)/(1 - 2*x^2*A(x)^2).
(history; published version)
#16 by N. J. A. Sloane at Thu Jan 10 22:54:16 EST 2019
STATUS

proposed

approved

#15 by Peter Luschny at Thu Jan 10 13:56:24 EST 2019
STATUS

editing

proposed

#14 by Peter Luschny at Thu Jan 10 13:50:35 EST 2019
EXAMPLE

Generated from Fibonacci polynomials (A011973) and coefficients of odd powers of 1/(1-x):

coefficients of odd powers of 1/(1-x):

MATHEMATICA

ShiftedReversion[ser_, n_, sgn_] := CoefficientList[(sgn/x)InverseSeries[Series[x sgn ser, {x, , 0, , n}]], x];

Jacobsthal := (2x^2 - 1)/((x + 1)(2x - 1)); (* with aA001045(0) = 1 *)

PROG

(PARI) {a(n)=if(n==0, 1, sum(k=0, (n-1)\2, binomial(n-k-1, k)*binomial(n, 2*k)*2^k/(/ (2*k+1)))}

#13 by Peter Luschny at Thu Jan 10 13:45:09 EST 2019
MATHEMATICA

ShiftedReversion[ser_, n_, sgn_] := CoefficientList[(sgn/x)InverseSeries[Series[x sgn ser, {x, 0, n}]], x];

Jacobsthal := (2x^2 - 1)/((x + 1)(2x - 1)); (* with a(0) = 1 *)

ShiftedReversion[Jacobsthal, 27, -1] (* Peter Luschny, Jan 10 2019 *)

STATUS

approved

editing

#12 by Alois P. Heinz at Fri Sep 20 05:55:53 EDT 2013
STATUS

proposed

approved

#11 by Vincenzo Librandi at Fri Sep 20 01:13:15 EDT 2013
STATUS

editing

proposed

#10 by Vincenzo Librandi at Fri Sep 20 01:13:07 EDT 2013
LINKS

Vincenzo Librandi, <a href="/A101786/b101786.txt">Table of n, a(n) for n = 0..1000</a>

STATUS

approved

editing

#9 by Paul D. Hanna at Thu Sep 19 20:49:01 EDT 2013
STATUS

editing

approved

#8 by Paul D. Hanna at Thu Sep 19 20:48:58 EDT 2013
FORMULA

a(n) = Sum_{k=0..[(n-1)/2]} C(n-k-1, k)*C(n, 2*k)*2^k/(2*k+1) for n>0, with a(0)=1. G.f.: A(x) = [ series reversion of x*(1-2*x^2)/(1+x-2*x^2) ]/x.

G.f.: A(x) = (1/x)*Series_Reversion( x*(1 - 2*x^2)/(1+x - 2*x^2) ).

STATUS

approved

editing

#7 by Bruno Berselli at Tue Sep 17 10:24:32 EDT 2013
STATUS

proposed

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 26 00:13 EDT 2024. Contains 372806 sequences. (Running on oeis4.)