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!)
A293272 Numbers k such that (10^k - 19)/9 is prime. 0
3, 4, 6, 9, 34, 36, 126, 141, 160, 286, 678, 1236, 3757, 4681, 4881, 6360, 6588, 7056, 7752, 41925, 43423, 43503, 47565, 52608, 55084, 76069, 199248 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that k-2 occurrences of the digit 1 followed by the digits 09 is prime (see Example section).
a(28) > 2*10^5.
LINKS
Makoto Kamada, Search for 1w09
EXAMPLE
4 is in this sequence because (10^4 - 19)/9 = 1109 is prime.
Initial terms and primes associated:
a(1) = 3, 109;
a(2) = 4, 1109;
a(3) = 6, 111109;
a(4) = 9, 111111109;
a(5) = 34, 1111111111111111111111111111111109; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[10^# - 19)/9] &]
CROSSREFS
Sequence in context: A338061 A350741 A191699 * A192286 A242028 A254002
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 06 2017
EXTENSIONS
a(27) from Robert Price, Jan 02 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 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)