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!)
A180074 Squarefree semiprimes s=p*q, p<q, such that 2^s mod s = 2^p. 1
6, 10, 14, 15, 21, 22, 26, 33, 34, 38, 39, 46, 51, 57, 58, 62, 65, 69, 74, 82, 85, 86, 87, 93, 94, 106, 111, 118, 122, 123, 129, 133, 134, 141, 142, 145, 146, 158, 159, 166, 177, 178, 183, 185, 194, 201, 202, 205, 206, 213, 214, 217, 218, 219, 226, 237 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It may seem that this is a subsequence of A162730, but it is not so, 131801 being the first counterexample. - Michel Marcus, Sep 19 2018
LINKS
MATHEMATICA
f[n_]:=With[{f=FactorInteger[n][[All, 1]]}, PowerMod[ 2, Times@@f, Times@@f] == 2^f[[1]]]; Select[Range[250], PrimeOmega[#]==2&&SquareFreeQ[#]&&f[#]&] (* Harvey P. Dale, Jun 06 2017 *)
PROG
(PARI) isok(n) = {if ((bigomega(n) == 2) && (omega(n) == 2), my(p = factor(n)[1, 1]); lift(Mod(2, n)^n) == 2^p); } \\ Michel Marcus, Sep 19 2018
CROSSREFS
Sequence in context: A201514 A201464 A162730 * A338905 A093772 A046400
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition and terms corrected by R. J. Mathar, Jan 14 2011
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 16 17:00 EDT 2024. Contains 371749 sequences. (Running on oeis4.)