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!)
A282975 Numbers k such that (134*10^k + 7)/3 is prime. 0
0, 1, 6, 13, 18, 28, 40, 45, 50, 70, 101, 210, 248, 298, 1246, 1340, 1586, 2466, 6548, 6713, 7394, 23904, 32450, 38171, 39120, 67816, 108610, 112400, 129038 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k > 0, numbers k such that the digits 44 followed by k-1 occurrences of the digit 6 followed by the digit 9 is prime (see Example section).
a(30) > 2*10^5.
LINKS
Makoto Kamada, Search for 446w9.
EXAMPLE
1 is in this sequence because (134*10^1 + 7)/3 = 449 is prime.
Initial terms and associated primes:
a(1) = 0, 47;
a(2) = 1, 449;
a(3) = 6, 44666669;
a(4) = 13, 446666666666669;
a(5) = 18, 44666666666666666669; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(134*10^# + 7)/3] &]
PROG
(PARI) isok(k) = isprime((134*10^k + 7)/3); \\ Michel Marcus, Feb 26 2017
CROSSREFS
Sequence in context: A153696 A032366 A287237 * A094696 A095911 A013575
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 26 2017
EXTENSIONS
a(27)-a(29) from Robert Price, Feb 05 2020
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 July 7 19:13 EDT 2024. Contains 374112 sequences. (Running on oeis4.)