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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160759 Integer averages of n values of Pi(n^2) for some n, where Pi(n) is the number of primes <= n. 0
0, 1, 2, 3, 201, 235, 265, 431, 1705, 11744, 33946, 622755, 3446493, 8134880, 14287916, 208340425, 223689468 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,3

COMMENTS

For values of n: 1, 2, 3, 4, 62, 68, 73, 97, 213, 624, 1116, 5364, 13350, 21048, 28351, 116151, 120562, ..., . [From Robert G. Wilson v, Jun 05 2009]

LINKS

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

FORMULA

1/k*Sum {j=1..k} PrimePi_(j^2) is an integer. [From Robert G. Wilson v, Jun 05 2009]

MATHEMATICA

lst = {}; s = 0; k = 1; While[k < 239600, s = s + PrimePi[k^2]; If[ Mod[s, k] == 0, AppendTo[lst, s/c]]; k++ ]; lst [From Robert G. Wilson v, Jun 05 2009]

CROSSREFS

Cf. A050248, Integer averages of n primes for some n.

Sequence in context: A042701 A106715 A106817 * A191835 A195264 A037274

Adjacent sequences:  A160756 A160757 A160758 * A160760 A160761 A160762

KEYWORD

nonn

AUTHOR

Daniel Tisdale, May 25 2009

EXTENSIONS

More terms from Robert G. Wilson v, Jun 05 2009

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 25 18:22 EDT 2013. Contains 225648 sequences.