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!)
A178427 7 followed by the Fermat numbers A152581. 3
7, 9, 65, 4097, 16777217, 281474976710657, 79228162514264337593543950337, 6277101735386680763835789423207666416102355444464034512897 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
If a(0)=3, the recursion formula gives A000215.
LINKS
FORMULA
a(0)=7. a(n) = 2 + Product_{i=0..n-1} a(i).
MATHEMATICA
a[0] := 7;
a[n_] := a[n] = Product[a[i], {i, 0, n - 1}] + 2;
Table[a[n], {n, 0, 10}]
CROSSREFS
Sequence in context: A356779 A263836 A087336 * A106132 A285011 A317401
KEYWORD
nonn,less
AUTHOR
Roger L. Bagula, May 27 2010
EXTENSIONS
Definition simplified by the Assoc. Eds. of the OEIS - May 28 2010
Incorrect a(8) removed by Georg Fischer, May 22 2024
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 September 14 06:05 EDT 2024. Contains 375911 sequences. (Running on oeis4.)