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!)
A160681 Primes of form 10 * 2^(2^n) + 19. 0
59, 179, 2579, 655379, 42949672979, 184467440737095516179, 3402823669209384634633746074317682114579 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes of the form 10*A000215(n) + 9. - Arkadiusz Wesolowski, Mar 04 2011
a(n) is composite for n = 0 and all 8 <= n <= 26. - Arkadiusz Wesolowski, Oct 21 2013
LINKS
G. L. Honaker, Jr. and Chris Caldwell, Prime Curios! 9
MATHEMATICA
Select[Table[10*2^2^n + 19, {n, 0, 7}], PrimeQ] (* Arkadiusz Wesolowski, Mar 04 2011 *)
PROG
(Magma) [10*2^2^n+19 : n in [0..7] | IsPrime(10*2^2^n+19)]; // Arkadiusz Wesolowski, Mar 04 2011
(PARI) for(n=0, 7, if(isprime(x=(10*2^2^n+19)), print1(x, ", "))); \\ Arkadiusz Wesolowski, Mar 04 2011
CROSSREFS
Sequence in context: A142799 A250025 A140626 * A142857 A142064 A114353
KEYWORD
nonn,hard
AUTHOR
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)