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!)
A335026 a(n) = (n + 1)^2*a(n - 2) + a(n - 1), starting 0, 9, .... 0
0, 9, 9, 234, 558, 12024, 47736, 1021680, 5795280, 129418560, 963938880, 22835675520, 211767696000, 5349794688000, 59562324864000, 1605652989696000, 20903846245632000, 600544575525888000, 8962083073778688000, 273802240880695296000, 4611450448589580288000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
a := proc(n) option remember; if n < 3 then return [0, 9][n] fi;
(n + 1)^2*a(n - 2) + a(n - 1) end: print(seq(a(n), n=1..21));
CROSSREFS
Sequence in context: A065242 A050720 A262860 * A353182 A171738 A309316
KEYWORD
nonn
AUTHOR
Peter Luschny, May 20 2020
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 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)