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!)
A294637 Numbers k such that (29*10^k - 113)/3 is prime. 0
1, 2, 3, 11, 27, 43, 122, 135, 218, 230, 997, 1005, 1073, 1133, 1159, 1541, 2287, 2912, 3692, 12503, 45761, 73659, 125021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 9 followed by k-2 occurrences of the digit 6 followed by the digits 29 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 96w29.
EXAMPLE
2 is in this sequence because (29*10^2 - 113)/3 = 929 is prime.
Initial terms and primes associated:
a(1) = 1, 59;
a(2) = 2, 929;
a(3) = 3, 9629;
a(4) = 11, 966666666629;
a(5) = 27, 9666666666666666666666666629; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(29*10^# - 113)/3] &]
CROSSREFS
Sequence in context: A048412 A259428 A002981 * A295613 A232212 A232219
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 05 2017
EXTENSIONS
a(23) from Robert Price, Oct 03 2019
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 10:06 EDT 2024. Contains 371811 sequences. (Running on oeis4.)