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!)
A345900 Integers e such that each of q-1, q + sqrt(2*q) + 1 and q - sqrt(2*q) + 1 are either a power of prime or a semiprime, where q = 2^(2*e+1). 2
1, 2, 3, 4, 5, 6, 8, 44 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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 (c) pp. 3-4.
PROG
(PARI) isor(q) = (q==1) || isprimepower(q) || (bigomega(q)==2);
isokc(e) = my(q=2^(2*e+1)); isor(q-1) && isor(q+sqrtint(2*q)+1) && isor(q-sqrtint(2*q)+1);
CROSSREFS
Sequence in context: A128421 A115885 A259390 * A029964 A368240 A275583
KEYWORD
nonn,hard,more
AUTHOR
Michel Marcus, 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:49 EDT 2024. Contains 371935 sequences. (Running on oeis4.)