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!)
A075849 a(1) = a(2) = 1; a(n) = a(n-1)! + a(n-2) for n > 2. 0
1, 1, 2, 3, 8, 40323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a = {1, 1}; For[i = 3, i <= 6, i++, a = Append[a, a[[i - 1]]! + a[[i - 2]]]]; a
CROSSREFS
Sequence in context: A113840 A336292 A285088 * A005604 A114020 A011163
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Oct 17 2002
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)