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!)
A136576 Series reversion of x*c(x)/(1-2x), c(x) the g.f. of A000108. 2
0, 1, -3, 10, -36, 136, -532, 2136, -8752, 36448, -153824, 656448, -2827904, 12281088, -53709632, 236337536, -1045603072, 4648306176, -20753783296, 93022530560, -418415228928, 1888065744896, -8544699844608, 38774062837760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Hankel transform of a(n+1) is A136577 (conjecture).
LINKS
FORMULA
G.f.: (sqrt(1+4*x-4*x^2)+4*x^2-2*x-1)/(8*x^2).
Conjecture: (n+2)*a(n)+2*(2n+1)*a(n-1) +4*(1-n)*a(n-2)=0. - R. J. Mathar, Dec 11 2011
a(n) ~ (-1)^(n+1) * (3+2*sqrt(2)) * sqrt(4-2*sqrt(2)) * 2^(n-2) * (1+sqrt(2))^n / (sqrt(Pi) * n^(3/2)). - Vaclav Kotesovec, Jan 22 2014
MATHEMATICA
CoefficientList[Series[(Sqrt[1+4*x-4*x^2]+4*x^2-2*x-1)/(8*x^2), {x, 0, 20}], x] (* Vaclav Kotesovec, Jan 22 2014 *)
PROG
(PARI) x='x+O('x^50); concat([0], Vec((sqrt(1+4*x-4*x^2)+4*x^2-2*x-1)/(8*x^2))) \\ G. C. Greubel, Mar 21 2017
CROSSREFS
Sequence in context: A007582 A369436 A026854 * A129156 A317775 A171753
KEYWORD
easy,sign
AUTHOR
Paul Barry, Jan 08 2008
STATUS
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 March 28 08:22 EDT 2024. Contains 371236 sequences. (Running on oeis4.)