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!)
A293538 Numbers k such that (8*10^k + 43)/3 is prime. 0
0, 1, 2, 4, 5, 10, 20, 34, 43, 70, 85, 138, 205, 574, 1378, 1512, 1770, 2434, 3073, 3330, 29443, 76840, 122203, 142932, 176908 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>1, numbers such that the digit 2 followed by k-2 occurrences of the digit 6 followed by the digits 81 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 26w81
EXAMPLE
2 is in this sequence because (8*10^2 + 43)/3 = 281 is prime.
Initial terms and primes associated:
a(1) = 0, 17;
a(2) = 1, 41;
a(3) = 2, 281;
a(4) = 4, 26681;
a(5) = 5, 266681; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(8*10^# + 43)/3] &]
PROG
(PARI) lista(nn) = for(n=0, nn, if(isprime((8*10^n + 43)/3), print1(n, ", "))) \\ Iain Fox, Oct 18 2017
CROSSREFS
Sequence in context: A245478 A018530 A018554 * A114879 A018620 A018664
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 11 2017
EXTENSIONS
a(23)-a(25) from Robert Price, Jun 09 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 23 05:59 EDT 2024. Contains 371906 sequences. (Running on oeis4.)