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!)
A275523 Numbers k such that 2*10^k + 93 is prime. 0
1, 2, 6, 7, 8, 11, 42, 73, 115, 131, 163, 178, 247, 320, 343, 346, 736, 1230, 1556, 3746, 5946, 6020, 6566, 6770, 11302, 14024, 29062, 33268, 37424, 42187, 49216, 51000, 79242, 81287 (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 0 followed by the digits 93 is prime (see Example section).
a(35) > 10^5.
LINKS
Makoto Kamada, Search for 20w93.
EXAMPLE
6 is in this sequence because 2*10^6 + 93 = 2000093 is prime.
Initial terms and associated primes:
a(1) = 1, 113;
a(2) = 2, 293;
a(3) = 6, 2000093;
a(4) = 7, 20000093;
a(5) = 8, 200000093, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[2*10^# + 93] &]
PROG
(PARI) is(n)=ispseudoprime(2*10^n+93) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A031198 A338680 A201819 * A327258 A047240 A080333
KEYWORD
nonn,more
AUTHOR
Robert Price, Jul 31 2016
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 September 6 14:16 EDT 2024. Contains 375715 sequences. (Running on oeis4.)