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!)
A295327 Numbers k such that 3*10^k - 13 is prime. 0
1, 13, 16, 19, 23, 25, 29, 30, 34, 53, 61, 89, 111, 191, 376, 1918, 2889, 12304, 17939, 18053, 31740, 56575, 65899 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 2 followed by k-2 occurrences of the digit 9 followed by the digits 87 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 29w87.
EXAMPLE
1 is in this sequence because 3*10^1 - 13 = 17 is prime.
Initial terms and associated primes:
a(1) = 1, 17;
a(2) = 13, 29999999999987;
a(3) = 16, 29999999999999987;
a(4) = 19, 29999999999999999987;
a(5) = 23, 299999999999999999999987; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[3*10^# - 13] &]
PROG
(PARI) isok(k) = isprime(3*10^k - 13); \\ Michel Marcus, Nov 20 2017
CROSSREFS
Sequence in context: A348787 A064805 A246451 * A179202 A159975 A350300
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 19 2017
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 August 10 15:36 EDT 2024. Contains 375056 sequences. (Running on oeis4.)