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!)
A281168 Numbers k such that (25*10^k + 71)/3 is prime. 0
1, 2, 4, 7, 10, 18, 22, 25, 38, 40, 154, 256, 282, 318, 640, 1095, 1126, 1214, 2588, 5616, 13159, 17644, 18631, 66714, 75465 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 8 followed by k-2 occurrences of the digit 3 followed by the digits 57 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 83w57.
EXAMPLE
2 is in this sequence because (25*10^2 + 71) / 3 = 857 is prime.
Initial terms and primes associated:
a(1) = 1, 107;
a(2) = 2, 857;
a(3) = 4, 83357;
a(4) = 7, 83333357;
a(5) = 10, 83333333357; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(25*10^# + 71) / 3] &]
CROSSREFS
Sequence in context: A049630 A032705 A332639 * A274352 A343328 A088762
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 16 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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)