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!)
A282278 Numbers k such that (22*10^k + 161)/3 is prime. 0
0, 1, 2, 4, 5, 6, 7, 13, 28, 36, 40, 74, 233, 425, 828, 888, 1970, 2119, 2338, 2971, 3030, 14005, 20190, 29589, 47034, 47292, 51457, 64326, 70259, 90110, 120828, 122681 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>1, numbers such that the digit 7 followed by k-2 occurrences of the digit 3 followed by the digits 87 is prime (see Example section).
a(33) > 2*10^5.
LINKS
Makoto Kamada, Search for 73w87.
EXAMPLE
4 is in this sequence because (22*10^4 + 161)/3 = 73387 is prime.
Initial terms and primes associated:
a(1) = 0, 61;
a(2) = 1, 127;
a(3) = 2, 787;
a(4) = 4, 73387;
a(5) = 5, 733387; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(22*10^# + 161)/3] &]
CROSSREFS
Sequence in context: A276005 A092058 A134532 * A268448 A230581 A361825
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 10 2017
EXTENSIONS
a(31)-a(32) from Robert Price, May 04 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 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)