Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122031
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122031 a(n) = a(n - 1) + (n - 1)*a(n - 2). +0
1
1, 2, 3, 7, 16, 44, 124, 388, 1256, 4360, 15664, 59264, 231568, 942736, 3953120, 17151424, 76448224, 350871008, 1650490816, 7966168960, 39325494464, 198648873664, 1024484257408, 5394759478016, 28957897398400 (list; graph; listen)
OFFSET

1,2

FORMULA

Paul Abbott (paul(AT)physics.uwa.edu.au) gives a generating function: Needs["DiscreteMath`RSolve`"]; ExponentialGeneratingFunction[{a[0] == 1, a[1] == 2, a[n] == a[n - 1] + (n - 1)*a[n - 2]}, a[n], n, z] f[z_]=(1/2)*Exponential[z + z^2/2]*(2 - Sqrt[2E pi ] Erf[1/Sqrt[2]] + Sqrt[2E pi ] Erf[(1 + z)/Sqrt[2]])

MATHEMATICA

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

CROSSREFS

Cf. A000898, A121966, A062267, A122021, A122022.

Adjacent sequences: A122028 A122029 A122030 this_sequence A122032 A122033 A122034

Sequence in context: A114582 A091487 A143884 this_sequence A089125 A002854 A036356

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited by njas, Sep 17 2006

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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research