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!)
A252790 Numbers m such that 5^m + m is a semiprime. 1
1, 4, 8, 17, 144, 154, 298, 572, 732 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(8) > 413. - Carl Schildkraut, Aug 14 2015
a(10) >= 766. - Kevin P. Thompson, May 01 2022
LINKS
EXAMPLE
1 is in this sequence because 5^1+1 = 2*3 is semiprime.
8 is in this sequence because 5^8+8 = 3*130211 and these two factors are prime.
MATHEMATICA
Select[Range[413], PrimeOmega[5^# + #]==2 &]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [m: m in [1..110] | IsSemiprime(s) where s is 5^m+m];
(PARI) main(m)=select(m->bigomega(5^m + m)==2, vector(m, i, i)); \\ Anders Hellström, Aug 14 2015
CROSSREFS
Cf. similar sequences listed in A252788.
Cf. A252658.
Sequence in context: A296399 A119471 A145779 * A144178 A075558 A312824
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Dec 24 2014
EXTENSIONS
a(5)-a(7) from Carl Schildkraut, Aug 14 2015
a(8)-a(9) from Kevin P. Thompson, May 01 2022
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)