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!)
A345899 Exponents d of powers of 2, q, such that each of q-1 and q+1 are either a power of prime or a semiprime. 3
1, 2, 3, 4, 5, 7, 11, 13, 17, 19, 23, 31, 61, 101, 127, 167, 199, 347 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(19) > 1062, if it exists. - Amiram Eldar, Jun 29 2021
LINKS
Peter Cameron, Between Fermat and Mersenne, Blog Post, October 07 2020.
Peter Cameron, Between Fermat and Mersenne, Blog Post, October 07 2020. [Local copy, with permission.]
Peter J. Cameron, Pallabi Manna, and Ranjit Mehatari, On finite groups whose power graph is a cograph, arXiv:2106.14217 [math.GR], 2021. See Theorem 1.3 (b) pp. 3-4.
PROG
(PARI) isor(q) = (q==1) || isprimepower(q) || (bigomega(q)==2);
isokb(d) = my(q=2^d); isor(q-1) && isor(q+1);
CROSSREFS
Sequence in context: A348283 A046022 A175787 * A073019 A174291 A007885
KEYWORD
nonn,hard,more
AUTHOR
Michel Marcus, Jun 29 2021
EXTENSIONS
a(18) from Amiram Eldar, Jun 29 2021
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 April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)