A358017 Numbers m such that the factorizations of m..m+8 have the same number of primes (including multiplicities).
3405122, 12788342, 17521382, 21991382, 22715270, 22841702, 22914722, 23553171, 27451669, 27793334, 49361762, 49799889, 49799890, 50727123, 51359029, 52154450, 53758502, 57379970, 60975410, 60975411, 75638644, 76502870, 76724630, 85432322
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
list(lim)=my(v=List(),ct,cur); forfactored(n=3405122,lim\1+8, my(t=bigomega(n)); if(t==cur, if(ct++>7, listput(v,n[1]-8)), cur=t; ct=0)); Vec(v)