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!)
A122116 Numbers n such that 2^n+5^n is semiprime. 0
3, 6, 8, 12, 14, 16, 17, 19, 28, 38, 47, 52, 64, 101, 274 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Magma)IsSemiprime:=func< n|&+[ k[2]: k in Factorization(n)] eq 2 >; [ n: n in [2..100]|IsSemiprime(2^n+5^n)]; // Vincenzo Librandi, Dec 16 2010
CROSSREFS
Cf. A074600 (2^n + 5^n), A094475 (Primes of form 2^n+5^n).
Sequence in context: A070528 A243117 A356180 * A209885 A126862 A092998
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, Oct 19 2006
EXTENSIONS
a(13), a(14) from D. S. McNeil, Dec 20 2010
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.)