A248963 Prime powers p^m for which sigma(p^2m) is not prime.
1, 7, 9, 11, 13, 16, 19, 23, 25, 29, 31, 32, 37, 43, 47, 53, 61, 67, 73, 79, 81, 83, 97, 103, 107, 109, 113, 121, 127, 128, 137, 139, 149, 151, 157, 163, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 243, 251, 257, 263, 269, 271, 277, 281, 283, 307, 311, 313, 317, 331
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
PARI
for(n=1,999,isprimepower(n)||next;isprime(sigma(n^2))||print1((n)","))
Comments