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!)
A242335 Numbers k such that k*4^k-1 is semiprime. 1
10, 12, 18, 24, 27, 44, 47, 65, 71, 82, 84, 131, 134, 138, 143, 155, 164, 168, 197, 212, 227, 243, 248, 293, 302, 384, 401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The semiprimes of this form are: 10485759, 201326591, 1236950581247, 6755399441055743, 486388759756013567, 13617340432139183023890366463, ...
LINKS
MATHEMATICA
Select[Range[100], PrimeOmega[# 4^# - 1]==2&]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [2..100] | IsSemiprime(s) where s is n*4^n-1];
(PARI) isok(n)=bigomega(n*4^n-1)==2 \\ Anders Hellström, Aug 18 2015
CROSSREFS
Cf. similar sequences listed in A242273.
Sequence in context: A134516 A144363 A051247 * A050579 A255845 A330971
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, May 12 2014
EXTENSIONS
a(12)-a(16) from Carl Schildkraut, Aug 18 2015
a(17)-a(27) from Charles R Greathouse IV, Aug 18 2015
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:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)