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!)
A282456 Numbers k such that 18*10^k + 1 is prime. 1
0, 1, 2, 4, 9, 12, 21, 55, 307, 332, 388, 820, 1593, 2432, 2438, 3372, 6270, 7437, 8268, 12135, 16588, 41397, 46126, 47910, 81091 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>0, numbers such that the digits 18 followed by k-1 occurrences of the digit 0 followed by the digit 1 is prime (see Example section).
a(26) > 10^5.
LINKS
Makoto Kamada, Search for 180w1.
EXAMPLE
2 is in this sequence because 18*10^2 + 1 = 1801 is prime.
Initial terms and primes associated:
a(1) = 0, 19;
a(2) = 1, 181;
a(3) = 2, 1801;
a(4) = 4, 180001;
a(5) = 9, 18000000001; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[18*10^# + 1] &]
CROSSREFS
Sequence in context: A241200 A092530 A154891 * A176472 A139557 A103690
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 15 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 20 11:03 EDT 2024. Contains 371838 sequences. (Running on oeis4.)