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!)
A242204 Numbers n such that n*4^n+1 is semiprime. 1
2, 6, 8, 9, 13, 15, 25, 36, 37, 63, 66, 72, 73, 85, 205, 333, 430 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The semiprimes of this form are: 33, 24577, 524289, 2359297, 872415233, 16106127361, 28147497671065601, 170005193383307227693057, 698910239464707491627009, ...
a(18) >= 547. - Hugo Pfoertner, Aug 05 2019
LINKS
factordb.com, Status of 547*4^547+1.
MATHEMATICA
Select[Range[120], PrimeOmega[# 4^# + 1] == 2 &]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [1..110] | IsSemiprime(s) where s is n*4^n+1];
CROSSREFS
Cf. similar sequences listed in A242203.
Sequence in context: A336745 A034591 A047278 * A172209 A107737 A045138
KEYWORD
nonn,more,hard
AUTHOR
Vincenzo Librandi, May 10 2014
EXTENSIONS
a(15)-a(17) from Luke March, Aug 13 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 24 17:20 EDT 2024. Contains 371962 sequences. (Running on oeis4.)