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!)
A307217 Semiprimes p*q such that 2^(p+q) == 1 (mod p*q). 0
9, 15, 35, 119, 5543, 74447, 90859, 110767, 222179, 389993, 1526849, 2927297, 3626699, 4559939, 24017531, 137051711, 160832099, 229731743, 627699239, 880021141, 1001124539, 1041287603, 1104903617, 1592658611, 1717999139, 8843679683, 15575602979, 15614760199, 20374337479 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 9, these are semiprimes k such that 2^(k+1) == 1 (mod k): semiprimes in A187787.
In this sequence, only 9 is a perfect square. - Jinyuan Wang, Mar 30 2019
LINKS
PROG
(PARI) isok(k) = (bigomega(k)==2) && (Mod(2, k)^(k+1) == 1); \\ (for k > 9) Michel Marcus, Mar 29 2019
(Perl) use ntheory ":all"; forsemiprimes { print "$_\n" if powmod(2, vecsum(factor($_)), $_) == 1 } 4, 1e7; # Daniel Suteu, Mar 30 2019
CROSSREFS
Sequence in context: A058505 A133763 A146475 * A100556 A057478 A128687
KEYWORD
nonn
AUTHOR
Thomas Ordowski, Mar 29 2019
EXTENSIONS
a(7)-a(18) from Amiram Eldar, Mar 29 2019
a(19)-a(29) from Daniel Suteu, Mar 29 2019
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 25 13:01 EDT 2024. Contains 371969 sequences. (Running on oeis4.)