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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122044 a(n) = a(n - 2) - (n - 3)*a(n - 3). 0
0, 1, 2, 1, 1, -3, -2, -7, 13, 5, 62, -99, 17, -719, 1106, -923, 10453, -16407, 24298, -183655, 303217, -621019, 3792662, -6685359, 16834061, -90123923, 170597318, -494141387, 2423695393, -4929671655, 15765512842, -72793142659, 158725990837, -545758527919, 2415313413266 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..34.

MATHEMATICA

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

CROSSREFS

Cf. A122021.

Sequence in context: A093623 A156025 A035556 * A120744 A053423 A216201

Adjacent sequences:  A122041 A122042 A122043 * A122045 A122046 A122047

KEYWORD

sign,easy

AUTHOR

Roger Bagula, Sep 13 2006

EXTENSIONS

Edited by N. J. A. Sloane, Sep 17 2006

More terms from Max Alekseyev, Sep 13 2009

STATUS

approved

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 May 23 09:11 EDT 2013. Contains 225586 sequences.