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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091339 a(n) = a(n-1)*a(n-2) + (n-2); a(1) = 1, a(2) = 2. 0
1, 2, 3, 8, 27, 220, 5945, 1307906, 7775501177, 10169624642405370, 79073928376671158546120499, 804152170591192270227367107671577224679640, 63587471141272584754077292003976884470033921630214659882200111940371 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

a[1] = 1; a[2] = 2; a[n_] := a[n - 1]a[n - 2] + n - 2; Table[ a[n], {n, 13}] (from Robert G. Wilson v Dec 10 2004)

CROSSREFS

Sequence in context: A121401 A093858 A080568 * A006277 A186927 A177010

Adjacent sequences:  A091336 A091337 A091338 * A091340 A091341 A091342

KEYWORD

nonn,easy

AUTHOR

Martti V. A. Holopainen (martti.holopainen(AT)pp2.inet.fi), Dec 06 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 10 2004

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 16 15:57 EST 2012. Contains 205935 sequences.