login
A275159
Primes p such that p-1 is the value of totient function of a product of distinct Fermat numbers (A000215).
0
2, 3, 5, 17, 257, 65537, 548898078721, 1151122703583805441, 77370970260794891965562881, 632834090662785970268956262401, 1327149278901642923121482163604684801, 2787593149816327845958662202634335514787841, 91343852333181430856373443055921906148567941121
OFFSET
1,1
COMMENTS
Primes p such that p-1 = phi(A001317(x)) has solution.
EXAMPLE
Prime 548898078721 is in the sequence because 548898078720 = phi(1095216660735) = phi(3*5*17*4294967297); all numbers 3, 5, 17 and 4294967297 are terms of A000215 (Fermat numbers).
PROG
(Magma) Set(Sort([EulerPhi(k)+1: k in [A001317(n)] | IsPrime(EulerPhi(k)+1)]))
CROSSREFS
Supersequence of A019434 (Fermat primes) and A092506 (primes of the form 2^n+1).
Sequence in context: A237251 A275584 A092506 * A127063 A127837 A253646
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Nov 13 2016
EXTENSIONS
a(13) from Jinyuan Wang, Nov 01 2020
STATUS
approved