A175557 Prime preperiodic part of the decimal expansion of 1/k as k runs through A065502.
5, 2, 5, 41, 3, 2, 2, 2, 17, 13, 11, 89, 7, 5, 5, 5, 41, 3, 3, 347, 3, 3, 3, 29, 2, 2, 2, 2, 26041, 2, 2, 2, 23, 2, 2, 2, 2, 2, 17, 13, 13, 1201, 11, 11, 107, 919, 89, 7, 7, 7, 7, 7, 7, 61, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 41, 4111, 3
Offset: 1
Examples
The prime 347 is in the sequence because 1/288 = .00347222222222222222... The prime 1201 is in the sequence because 1/832 =.001201 923076 923076 ...
References
- H. Rademacher and O. Toeplitz, Von Zahlen und Figuren (Springer 1930, reprinted 1968), ch. 19, 'Die periodischen Dezimalbrueche'.
Programs
-
Maple
for n from 1 do p := A175555(n) ; if isprime(p) then print(p) ; end if; end do: # R. J. Mathar, Jul 22 2012
Comments