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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121956 a(n) = a(n-1)+(n-3)*a(n-2)+a(n-3) starting a(0)=0, a(1)=a(2)=1. 0
0, 1, 1, 2, 5, 12, 34, 99, 315, 1042, 3661, 13354, 51006, 201561, 826987, 3498286, 15277665, 68578942, 316519868, 1497639547, 7263576113, 36035247374, 182804409181, 946808180148, 5004540429504, 26963932982089, 148019711470333 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

MATHEMATICA

M = {{0, 1, 0}, {0, 0, 1}, {1, n, 1}}; v[0] = {0, 1, 1}; v[n_] := v[n] = M.v[n - 1] a = Table[v[n][[1]], {n, 0, 30}]

CROSSREFS

Sequence in context: A196545 A032292 A151408 * A176638 A131467 A000103

Adjacent sequences:  A121953 A121954 A121955 * A121957 A121958 A121959

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Definition replaced by recurrence - the Assoc. Eds. of the OEIS, Mar 27 2010

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 13 14:42 EST 2012. Contains 205514 sequences.