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!)
A109664 a(1) = 1; for n>1, a(n) = Sum_{i=1..n-1} a(i)*prime(i). 0
1, 2, 8, 48, 384, 4608, 64512, 1161216, 23224320, 557383680, 16721510400, 535088332800, 20333356646400, 854000979148800, 37576043082547200, 1803650067962265600, 97397103669962342400, 5843826220197740544000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[n_] := 1 /; n == 1 a[n_] := Sum[a[i]*Prime[i], {i, 1, n-1}] Table[a[i], {i, 1, 12}]
CROSSREFS
Sequence in context: A241122 A370677 A370936 * A009812 A232005 A351422
KEYWORD
easy,nonn
AUTHOR
Joseph L. Pe, Aug 06 2005
EXTENSIONS
More terms from Robert G. Wilson v, Aug 09 2005
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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)