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!)
A005604 a(n) = a(n-1)! + a(n-2)!. 2
1, 1, 2, 3, 8, 40326 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The next term has 168215 decimal digits. - Rick L. Shepherd, Nov 04 2004
LINKS
MATHEMATICA
nxt[{a_, b_}]:={b, a!+b!}; NestList[nxt, {1, 1}, 5][[All, 1]] (* Harvey P. Dale, Aug 12 2020 *)
CROSSREFS
A114020 is an essentially identical sequence.
Sequence in context: A336292 A285088 A075849 * A114020 A011163 A155983
KEYWORD
nonn,easy
AUTHOR
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 April 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)