login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122050 An n-th level recursion:a(n) = (n-1)a(n - 1) - a(n - 4). 0
0, 1, 2, 1, 3, 11, 53, 317, 2216, 17717, 159400, 1593683, 17528297, 210321847, 2734024611, 38274750871, 574103734768, 9185449434441, 156149906360886, 2810660039745077, 53401966651421695, 1068030147578999459 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

a(n) = (n-1)a(n - 1) -a(n - 4)

MATHEMATICA

a[0] = 0; a[1] = 1; a[2] = 2; a[3] = 1; a[n_] := a[n] = (n - 1)*a[n - 1] - a[n - 4] Table[a[n], {n, 0, 30}]

CROSSREFS

Cf. A122022.

Sequence in context: A196371 A119928 A187111 * A081323 A173958 A175243

Adjacent sequences:  A122047 A122048 A122049 * A122051 A122052 A122053

KEYWORD

nonn

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 13 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 17:46 EST 2012. Contains 205835 sequences.