The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors 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. 1
1, 2, 3, 8, 27, 220, 5945, 1307906, 7775501177, 10169624642405370, 79073928376671158546120499, 804152170591192270227367107671577224679640, 63587471141272584754077292003976884470033921630214659882200111940371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(19) is a composite number with 1217 digits, and it has no prime factors < 10^9. - Jianing Song, Nov 25 2023
LINKS
MATHEMATICA
a[1] = 1; a[2] = 2; a[n_] := a[n - 1]a[n - 2] + n - 2; Table[ a[n], {n, 13}] (* Robert G. Wilson v, Dec 10 2004 *)
CROSSREFS
Sequence in context: A318895 A093858 A080568 * A006277 A186927 A177010
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, Dec 10 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 03:01 EDT 2024. Contains 372703 sequences. (Running on oeis4.)