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!)
A273265 Numbers k such that (16*10^k + 161)/3 is prime. 0
0, 1, 2, 3, 6, 7, 8, 10, 16, 17, 35, 53, 121, 155, 178, 487, 880, 1153, 2136, 2790, 2803, 5775, 5845, 5971, 7131, 13213, 13813, 17153, 31461, 38735, 93577, 188457 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>1, numbers n such that the digit 5 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 53w87.
EXAMPLE
3 is in this sequence because (16*10^3 + 161)/3 = 5387 is prime.
Initial terms and primes associated:
a(1) = 0, 59;
a(2) = 1, 107;
a(3) = 2, 587;
a(4) = 3, 5387;
a(5) = 6, 5333387, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(16*10^# + 161)/3] &]
PROG
(PARI) is(n)=ispseudoprime((16*10^n + 161)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A001162 A072685 A119960 * A015841 A371276 A175893
KEYWORD
nonn,more
AUTHOR
Robert Price, May 18 2016
EXTENSIONS
a(32) from Robert Price, Feb 27 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)