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!)
A289752 Numbers k such that (4*10^k - 79)/3 is prime. 0
2, 3, 8, 11, 20, 24, 32, 33, 60, 86, 162, 410, 816, 1809, 1920, 2499, 2922, 7205, 8238, 15990, 37163, 115668, 141926, 179963 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 1 followed by k-2 occurrences of the digit 3 followed by the digits 07 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 13w07.
EXAMPLE
3 is in this sequence because (4*10^3 - 79)/3 = 1307 is prime.
Initial terms and primes associated:
a(1) = 2, 107;
a(2) = 3, 1307;
a(3) = 8, 133333307;
a(4) = 11, 133333333307;
a(5) = 20, 133333333333333333307; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(4*10^# - 79)/3] &]
CROSSREFS
Sequence in context: A042263 A280323 A153439 * A119064 A285113 A335632
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jul 11 2017
EXTENSIONS
a(22)-a(24) from Robert Price, Feb 14 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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)