A363168 Balanced primes of order 100.
27947, 111337, 193283, 197341, 197621, 347063, 809821, 955193, 1029803, 1184269, 1292971, 1609163, 1630859, 1656019, 1752449, 1883381, 1935517, 1969661, 2120221, 2156383, 2238959, 2287133, 2548631, 2592089, 2750903, 2866403, 3165769, 3257941, 3590299, 3889423
Offset: 1
Keywords
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..350 (all terms up to the 4 millionth prime)
Crossrefs
Programs
-
Mathematica
Module[{bal=100,nn=300000},Select[Partition[Prime[Range[nn]],2bal+1,1],Mean[#]== #[[bal+1]]&]] [[;;,101]]
Comments