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!)
A114973 Numbers n such that 5^n + n^5 is a semiprime. 4
1, 2, 4, 6, 8, 9, 84, 288, 628 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(10) >= 868. - Hugo Pfoertner, Jul 28 2019
LINKS
EXAMPLE
2 is OK because 5^2 + 2^5 = 25 + 32 = 57 = 3*19 (semiprime).
MATHEMATICA
Select[Range[100], PrimeOmega[5^# + #^5]==2&] (* Vincenzo Librandi, May 21 2014 *)
PROG
(Magma)IsSemiprime:=func< n|&+[k[2]: k in Factorization(n)] eq 2 >; [n: n in [1..85]|IsSemiprime(5^n+n^5)]; // Vincenzo Librandi, Dec 16 2010
CROSSREFS
Sequence in context: A340609 A340606 A276138 * A004522 A004521 A103694
KEYWORD
nonn,more,hard
AUTHOR
Zak Seidov, Feb 22 2006
EXTENSIONS
a(8), a(9) from Hugo Pfoertner, Jul 28 2019
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)