The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A281623 Numbers of the form 2^phi(m) + 1, where phi = A000010 = Euler totient function. 1
3, 5, 17, 65, 257, 1025, 4097, 65537, 262145, 1048577, 4194305, 16777217, 268435457, 1073741825, 4294967297, 68719476737, 1099511627777, 4398046511105, 17592186044417, 70368744177665, 281474976710657, 4503599627370497, 18014398509481985, 72057594037927937 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Possible values of A243305 (2^phi(n) + 1).
The first 5 known Fermat primes from A019434 are in the sequence.
LINKS
EXAMPLE
5 = 2^2 + 1 is a term because there are 3 numbers n (3, 4 and 6) with phi(n) = 2.
MATHEMATICA
Union[2^EulerPhi@ Range[10^3] + 1] (* Michael De Vlieger, Jan 30 2017 *)
PROG
(Magma) Set(Sort([2^(EulerPhi(n)) + 1: n in[1..500]]))
CROSSREFS
Sequence in context: A219108 A176964 A085749 * A350142 A278741 A265425
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jan 25 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 21:17 EDT 2024. Contains 372523 sequences. (Running on oeis4.)