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!)
A288150 Numbers k such that (25*10^k + 23)/3 is prime. 0
4, 8, 11, 12, 16, 20, 22, 34, 35, 38, 51, 52, 106, 135, 168, 189, 194, 224, 482, 3456, 4832, 36022, 52119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 8 followed by k-2 occurrences of the digit 3 followed by the digits 41 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 83w41.
EXAMPLE
4 is in this sequence because (25*10^4 + 23)/3 = 83341 is prime.
Initial terms and associated primes:
a(1) = 4, 83341;
a(2) = 8, 833333341;
a(3) = 11, 833333333341;
a(4) = 12, 8333333333341;
a(5) = 16, 83333333333333341; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(25*10^# + 23)/3] &]
CROSSREFS
Sequence in context: A311017 A311018 A098019 * A311019 A068798 A264890
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jun 05 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 September 12 14:39 EDT 2024. Contains 375851 sequences. (Running on oeis4.)