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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075883 a(1) = a(2) = 1; a(n) = a(n-1) + a(n-2)! for n > 2. 1
1, 1, 2, 3, 5, 11, 131, 39916931 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MATHEMATICA

a = {1, 1}; For[i = 3, i <= 8, i++, c = (a[[i - 1]] + a[[i - 2]]!); a = Append[a, c]]; a

CROSSREFS

Sequence in context: A056163 A118573 A051835 * A195815 A127814 A162253

Adjacent sequences:  A075880 A075881 A075882 * A075884 A075885 A075886

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 17 2002

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 14 08:58 EST 2012. Contains 205614 sequences.