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!)
A290473 Numbers k such that 3*10^k + 13 is prime. 0
1, 2, 4, 10, 12, 13, 26, 37, 56, 66, 288, 404, 3495, 3824, 7780, 14824, 17928, 18680, 21414, 23782, 25392, 34749, 36180, 46316, 48477, 63522, 73962, 89206, 139722, 172812, 184110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 3 followed by k-2 occurrences of the digit 0 followed by the digits 13 is prime (see Example section).
a(32) > 2*10^5.
LINKS
Makoto Kamada, Search for 30w13.
EXAMPLE
4 is in this sequence because 3*10^4 + 13 = 30013 is prime.
Initial terms and primes associated:
a(1) = 1, 43;
a(2) = 2, 313;
a(3) = 4, 30013;
a(4) = 10; 30000000013;
a(5) = 12, 3000000000013; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[3*10^# + 13] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime(3*10^n + 13), print1(n, ", "))); \\ Altug Alkan, Aug 03 2017
CROSSREFS
Sequence in context: A227204 A249446 A184815 * A356664 A138940 A278465
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Aug 03 2017
EXTENSIONS
a(29)-a(31) from Robert Price, Jul 26 2018
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 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)