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!)
A268574 Numbers k such that (2^k + 1)^2 - 2 is a semiprime. 2
4, 6, 7, 10, 11, 14, 22, 36, 38, 39, 44, 45, 48, 49, 60, 72, 74, 75, 89, 92, 96, 99, 105, 110, 111, 113, 116, 131, 138, 143, 150, 170, 173, 182, 194, 201, 212, 234, 260, 282, 300, 317, 335, 341, 345, 383, 405 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(48) >= 428. - Serge Batalov, Feb 25 2023
LINKS
EXAMPLE
a(1) = 4 because 17^2 - 2 = 287 = 7*41, which is semiprime.
a(2) = 6 because 65^2 - 2 = 4223 = 41*103, which is semiprime.
MATHEMATICA
Select[Range[105], PrimeOmega[(2^# + 1)^2 - 2] == 2 &]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [1..110]| IsSemiprime(s) where s is (2^n+1)^2-2];
(PARI) isok(n) = bigomega((2^n+1)^2-2) == 2; \\ Michel Marcus, Feb 22 2016
CROSSREFS
Sequence in context: A032785 A096887 A340161 * A023631 A080641 A272632
KEYWORD
nonn,more,hard
AUTHOR
Vincenzo Librandi, Feb 21 2016
EXTENSIONS
a(25)-a(39) from Hugo Pfoertner, Aug 05 2019
a(40)-a(41) from chris2be8@yahoo.com, Feb 25 2023
a(42)-a(47) from Serge Batalov, Feb 26 2023
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)