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!)
A182827 E.g.f. 1/sqrt(1+2x+4x^2). 1
1, -1, -1, 21, -111, -345, 14895, -143955, -760095, 49774095, -699437025, -5221460475, 458621111025, -8457966542025, -81662774418225, 8999266227076125, -205480756062957375, -2434383666448358625, 322739182334471277375, -8786388514658364484875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
First column of A182826.
LINKS
FORMULA
D-finite with recurrence: a(n) +(2n-1)*a(n-1) +4*(n-1)^2*a(n-2)=0. - R. J. Mathar, Nov 17 2011
MATHEMATICA
Table[(-1)^n*2^n*n!*LegendreP[n, 1/2], {n, 0, 20}] (* Vaclav Kotesovec, May 06 2017 *)
PROG
(PARI) x='x+O('x^55); Vec(serlaplace(1/sqrt(1+2*x+4*x^2)))
CROSSREFS
Sequence in context: A069307 A157886 A039456 * A364268 A255285 A157265
KEYWORD
sign,easy
AUTHOR
Paul Barry, Dec 05 2010
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)