A076815 Initial indices of five successive primes squared with integer average.
79, 258, 397, 428, 429, 502, 503, 609, 787, 788, 925, 926, 927, 1026, 1027, 1028, 1105, 1312, 1334, 1335, 1343, 1348, 1349, 1378, 1422, 1524, 1572, 1601, 1602, 1790, 1791, 1813, 2015, 2081, 2082, 2125, 2126, 2131, 2141, 2142, 2147, 2292, 2448, 2765, 2766
Offset: 1
Keywords
Examples
sum(prime(i)^2,i=79..83)/5=(401^2+409^2+419^2+421^2+431^2)/5=866645/5=173329=A076814(1), sum(prime(i)^2,i=258..262)/5=(1627^2+1637^2+1657^2+1663^2+1667^2)/5=13617005/5=2723401=A076814(2).
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
PrimePi[Sqrt[#]]&/@Select[Partition[Prime[Range[3000]]^2,5,1],IntegerQ[ Mean[ #]]&][[All,1]] (* Harvey P. Dale, Jul 15 2017 *)
Extensions
Edited and merged with A131359 by Zak Seidov, May 18 2008 at the suggestion of R. J. Mathar
Comments