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!)
A198864 a(0) = 1; a(n) = n + product_{i=0..n-1} a(i), n >= 1. 1
1, 2, 4, 11, 92, 8101, 65585702, 4301483913318599, 18502763856538658405109886092616, 342352270330833327273885765082712290623512199361069533040982537 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The product of an empty set is 1, so a(0) = 1.
5 - (1+1/2+1/4+1/11+1/92) = 3.14822... is close to Pi.
LINKS
Arkadiusz Wesolowski, Table of n, a(n) for n = 0..14
FORMULA
a(n) = n + a(0)*a(1)*...*a(n-1).
MATHEMATICA
lst = {}; k = m = 1; Do[k = k*m; AppendTo[lst, k + n]; m = k + n, {n, 0, 9}]; lst
CROSSREFS
Sequence in context: A327484 A006894 A193565 * A038093 A057284 A156463
KEYWORD
nonn
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 19 03:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)