A239875 Friendly club of (first Wieferich prime)-1 and (second Wieferich prime)-1: numbers n such that sigma(n)/n = 112/39.
1092, 3510, 19344, 316992, 11504844, 1308463104, 335004893184, 5360108961792
Offset: 1
Examples
19344 is included because sigma(19344)/19344 = 55552/19344 = 112/39.
Links
- John Blythe Dobson, A note on the two known Wieferich Primes
Programs
-
PARI
forstep(n=39,10^10,39,if(sigma(n)*39==n*112,print1(n, ", ")))
Extensions
a(7)-a(8) from Giovanni Resta, Jul 13 2015
Comments