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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109725 Divide primes in groups with 2n+1 elements and add together. 2
2, 15, 83, 281, 679, 1367, 2461, 4005, 6223, 9017, 12755, 17281, 22967, 29597, 37793, 47229, 57993, 70957, 85343, 101777, 119469, 141079, 163313, 188201, 216203, 247203, 280897, 316551, 355905, 398825, 445509, 494953, 549737, 605711, 665185 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

First difference of A109724.

FORMULA

a(n) = A109724(n+1) - A109724(n) = A007504((n+1)^2) - A007504(n^2).

MATHEMATICA

f[n_] := Sum[Prime[k], {k, n}]; Table[f[(n+1)^2] - f[n^2], {n, 0, 34}]

CROSSREFS

Cf. A007504, A109722-A109726.

Sequence in context: A041243 A056079 A036239 * A057152 A002740 A178750

Adjacent sequences:  A109722 A109723 A109724 * A109726 A109727 A109728

KEYWORD

easy,nonn

AUTHOR

Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Aug 10 2005

EXTENSIONS

Edited and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 11 2005

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 February 16 21:51 EST 2012. Contains 205978 sequences.