login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093809 a[n] =a[n-1] + 2*n*Prime[n]-n^2 0
0, 8, 29, 69, 154, 274, 463, 703, 1036, 1516, 2077, 2821, 3718, 4726, 5911, 7351, 9068, 10940, 13125, 15565, 18190, 21182, 24471, 28167, 32392, 36968, 41801, 47009, 52490, 58370, 65283, 72643, 80596, 88892, 98097, 107673, 117922, 128866, 140371 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..39.

MATHEMATICA

hg[n_Integer?Positive] :=hg[n] =hg[n-1] + 2*n*Prime[n]-n^2 hg[1] =0 digits=50 a=Table[hg[n], {n, 1, digits}]

CROSSREFS

Sequence in context: A035339 A034167 A171442 * A037157 A100178 A106113

Adjacent sequences:  A093806 A093807 A093808 * A093810 A093811 A093812

KEYWORD

nonn

AUTHOR

Roger L. Bagula, May 19 2004

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 09:26 EDT 2013. Contains 225617 sequences.