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!)
A083719 a(n) = n * [1 + sum(k=1 to n-1) prime(k)]. 1
0, 1, 6, 18, 44, 90, 174, 294, 472, 702, 1010, 1430, 1932, 2574, 3346, 4230, 5264, 6494, 7938, 9538, 11380, 13440, 15686, 18216, 21000, 24100, 27586, 31374, 35420, 39788, 44430, 49414, 55072, 61116, 67626, 74480, 81972, 89836, 98230, 107172, 116600, 126608 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=40}, Join[{0, 1}, Times@@@Thread[{Range[2, nn+1], Accumulate[ Prime[ Range[ nn]]]+ 1}]]] (* Harvey P. Dale, Mar 03 2016 *)
CROSSREFS
Sequence in context: A011929 A070735 A136028 * A182706 A303649 A095170
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 16 2003
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 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)