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!)
A280861 Numbers k such that (4*10^k + 83)/3 is prime. 0
0, 1, 3, 7, 9, 15, 17, 27, 37, 55, 58, 155, 228, 480, 720, 1305, 1573, 2173, 2547, 2767, 5448, 5500, 9468, 14268, 35207, 58155, 102612, 114340, 124420, 169559 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k > 1, numbers k such that the digit 1 followed by k-2 occurrences of the digit 3 followed by the digits 61 is prime (see Example section).
a(31) > 2*10^5.
LINKS
Makoto Kamada, Search for 13w61.
EXAMPLE
3 is in this sequence because (4*10^3 + 83) / 3 = 1361 is prime.
Initial terms and associated primes:
a(1) = 0, 29;
a(2) = 1, 41;
a(3) = 3, 1361;
a(4) = 7, 13333361;
a(5) = 9, 1333333361; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(4*10^# + 83) / 3] &]
CROSSREFS
Sequence in context: A210532 A110872 A032424 * A287264 A187108 A026175
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 09 2017
EXTENSIONS
a(27)-a(30) from Robert Price, Feb 02 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 July 17 05:50 EDT 2024. Contains 374360 sequences. (Running on oeis4.)