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!)
A058934 Numbers k such that 2*5^k + 1 is prime. 1
0, 1, 3, 13, 45, 105, 159, 297, 1443, 2977, 3699, 11709, 12357, 43165, 121995 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) is odd for n > 0. Next term > 17200. - Julián Aguirre, Apr 22 2011
a(16) > 2*10^5. - Robert Price, Mar 14 2015
LINKS
EXAMPLE
a(3)=13 and 1 + 2*5^13 = 2441406251 is prime.
MATHEMATICA
Select[Range[0, 16000], PrimeQ[2*5^#+1]&] (* Julián Aguirre, Apr 22 2011 *)
PROG
(Sage)
[n for n in range(1500) if is_prime(2*5^n+1)]
# Julián Aguirre, Apr 22 2011
(PARI) is(n)=ispseudoprime(2*5^n+1) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Cf. A003306 (2*3^n + 1 is prime), A120375 (2*5^n-1 is prime).
Sequence in context: A095863 A136520 A212416 * A141088 A187915 A115128
KEYWORD
nonn,more
AUTHOR
Labos Elemer, Jan 12 2001
EXTENSIONS
Edited by Joerg Arndt, Apr 22 2011
Terms 1443,...,12357 from Julián Aguirre, Apr 22 2011
a(14)-a(15) from Robert Price, Mar 14 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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)