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!)
A282620 Numbers k such that (67*10^k + 17)/3 is prime. 0
1, 2, 4, 8, 11, 20, 21, 32, 33, 41, 93, 187, 265, 380, 1088, 1459, 1671, 7328, 11524, 14167, 21719, 47439, 74045 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digits 22 followed by k-1 occurrences of the digit 3 followed by the digit 9 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 223w9.
EXAMPLE
4 is in this sequence because (67*10^4 + 17)/3 = 223339 is prime.
Initial terms and primes associated:
a(1) = 1, 229;
a(2) = 2, 2239;
a(3) = 4, 223339;
a(4) = 8, 2233333339;
a(5) = 11, 2233333333339; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(67*10^# + 17)/3] &]
CROSSREFS
Sequence in context: A365922 A180379 A033956 * A320440 A288149 A159693
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 19 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 05:56 EDT 2024. Contains 371906 sequences. (Running on oeis4.)