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!)
A057915 Numbers k such that 2*5^k - 3 is prime. 0
1, 2, 5, 6, 8, 9, 17, 76, 154, 188, 329, 497, 609, 1401, 2320, 3250, 3281, 5489, 6868, 7602, 28666, 30969 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 2*5^n - 3 ], Print[ n ] ], {n, 1, 2000} ]
PROG
(PARI) is(n)=ispseudoprime(2*5^n-3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A057914 (2*5^k + 3 is prime).
Sequence in context: A102611 A323112 A176114 * A154329 A176590 A253061
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Nov 16 2000
EXTENSIONS
a(18)-a(20) from Jinyuan Wang, Dec 14 2019
a(21)-a(22) from Michael S. Branicky, Mar 18 2024
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 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)