A048403 Primes with consecutive digits that differ exactly by 6.
2, 3, 5, 7, 17, 71, 1717171717171717171717171717171, 1717171717171717171717171717171717171
Offset: 1
Programs
-
PARI
upto(limit)={my(L=List([t|t<-[2,3,5],t<=limit]),m=1); while(m
Andrew Howroyd, Aug 13 2024
Extensions
Offset changed by Andrew Howroyd, Aug 13 2024
Comments