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!)
A217601 Integer averages of squares of first primes. 91
4, 1314, 7128, 3081302, 4009568, 5312966, 16834447856, 2462344442400, 289274033242208, 46671783125431818542, 221000817555367050608, 618811172463743796896678, 13954866972387224169218132, 176536110349401666017009273532, 996528450408723697487070591774 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A217600(n)/A111441(n).
EXAMPLE
a(2) = 1314 is the average of squares of first 19 primes (24966/19=1314).
PROG
(PARI) n=s=0; forprime(p=2, 1e8, s+=p^2; if(s%n++==0, print1(s/n", "))) \\ Charles R Greathouse IV, Apr 22 2015
CROSSREFS
Cf. A085450 (smallest m > 1 such that m divides Sum_{k=1..m} prime(k)^n).
Sequence in context: A227850 A079711 A283260 * A172925 A167071 A274296
KEYWORD
nonn,more
AUTHOR
Robert Price, Mar 19 2013
EXTENSIONS
a(13) from Karl-Heinz Hofmann, Dec 08 2020
a(14) from Karl-Heinz Hofmann, Dec 26 2020
a(15) from Karl-Heinz Hofmann, Dec 27 2020
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)