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!)
A295325 Numbers k such that 15*10^k + 1 is prime. 1
1, 4, 7, 8, 18, 19, 73, 143, 192, 408, 533, 792, 3179, 7709, 9554, 35598, 41587, 52919, 56021, 61604, 78672, 81624 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers such that the digits 15 followed by k-1 occurrences of the digit 0 followed by the digit 1 is prime (see Example section).
a(23) > 10^5.
LINKS
Makoto Kamada, Search for 150w1
EXAMPLE
4 is in this sequence because 15*10^4 + 1 = 150001 is prime.
Initial terms and primes associated:
a(1) = 1, 151;
a(2) = 4, 150001;
a(3) = 7, 150000001;
a(4) = 8, 1500000001;
a(5) = 18, 15000000000000000001; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[15*10^# + 1] &]
PROG
(PARI) isok(k) = isprime(15*10^k + 1); \\ Michel Marcus, Nov 20 2017
CROSSREFS
Sequence in context: A291750 A007285 A225430 * A239290 A057464 A344781
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 April 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)