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!)
A294636 Numbers k such that 9*10^k + 23 is prime. 0
1, 4, 10, 16, 22, 28, 49, 66, 67, 73, 89, 136, 198, 718, 2674, 3497, 7894, 9018, 12058, 16368, 91693 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 9 followed by k-2 occurrences of the digit 0 followed by the digits 23 is prime (see Example section).
a(22) > 2*10^5.
LINKS
Makoto Kamada, Search for 90w23.
EXAMPLE
4 is in this sequence because 9*10^4 + 23 = 90023 is prime.
Initial terms and primes associated:
a(1) = 1, 113;
a(2) = 4, 90023;
a(3) = 10, 90000000023;
a(4) = 16, 90000000000000023;
a(5) = 22, 90000000000000000000023; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[9*10^# + 23] &]
CROSSREFS
Sequence in context: A269960 A016957 A109273 * A295560 A161644 A347652
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 05 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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)