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!)
A054768 a(n+2) = (2n+3)*a(n+1) + (n+1)^2*a(n). 0
-2, 1, 1, 9, 72, 792, 10512, 165168, 2992608, 61445088, 1409857920, 35751525120, 992877886080, 29970166769280, 976990865518080, 34206887786803200, 1280236466132467200, 51004766655793036800, 2155155171665039308800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
RecurrenceTable[{a[0]==-2, a[1]==1, a[n+2]==(2n+3)a[n+1]+(n+1)^2 a[n]}, a, {n, 20}] (* Harvey P. Dale, Dec 31 2017 *)
CROSSREFS
Sequence in context: A155718 A327088 A256168 * A104251 A320576 A348455
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, May 26 2000
EXTENSIONS
More terms from James A. Sellers, May 27 2000
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)