Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121953
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121953 a(n) = (n-2)*a(n-2)+a(n-3). +0
1
0, 1, 1, 2, 4, 9, 22, 58, 163, 486, 1525, 5023, 17261, 61801, 229416, 882475, 3503041, 14349016, 60434172, 261785329, 1162598284, 5296140752, 24676349293, 117677694828, 572852174491, 2848941025165, 14438982057103, 74645318828781 (list; graph; listen)
OFFSET

1,4

MATHEMATICA

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

CROSSREFS

Cf. A001053.

Sequence in context: A099241 A124380 A059019 this_sequence A024427 A092920 A035053

Adjacent sequences: A121950 A121951 A121952 this_sequence A121954 A121955 A121956

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Definition replaced by recurrence - The Assoc. Editors of the OEIS, Oct 14 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research