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!)
A096423 a(1)=a(2)=1, a(n) = (a(n-1)+1)*(a(n-2)+1) for n > 2. 0
1, 1, 4, 10, 55, 616, 34552, 21319201, 736642386706, 15704627843968647814, 11568694537326272321321120595205, 181682042349262169758803442669575561298555791374890 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The terms have an interesting factorization pattern, often sharing factors.
The next term (a(13)) has 82 digits. - Harvey P. Dale, Feb 27 2015
LINKS
MATHEMATICA
RecurrenceTable[{a[1]==a[2]==1, a[n]==(a[n-1]+1)(a[n-2]+1)}, a, {n, 15}] (* Harvey P. Dale, Feb 27 2015 *)
CROSSREFS
Sequence in context: A192444 A197902 A276123 * A276130 A263044 A013589
KEYWORD
nonn
AUTHOR
Gerald McGarvey, Aug 08 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)