A067932 Primes p such that p+3 == 0 (mod phi(p+3)).
3, 5, 13, 29, 61, 509, 1021, 4093, 16381, 1048573, 4194301, 16777213, 536870909, 19807040628566084398385987581, 83076749736557242056487941267521533, 5316911983139663491615228241121378301
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..30
Programs
-
Mathematica
Prepend[Select[2^Range[2, 200]-3, PrimeQ], 3]
Extensions
Edited and extended by Robert G. Wilson v, Feb 27 2002 and by Dean Hickerson, Mar 21 2002
Comments