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!)
A271147 Numbers k such that (28*10^k + 113)/3 is prime. 0
0, 1, 2, 3, 4, 6, 9, 12, 16, 22, 23, 42, 52, 57, 63, 117, 119, 208, 266, 324, 481, 779, 1244, 1289, 2998, 5522, 5599, 5771, 6820, 12367, 14737, 22612, 30623, 31596, 58956, 59133, 138240, 163709, 250655, 259897 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>1, numbers such that the digit 9 followed by k-2 occurrences of the digit 3 followed by the digits 71 is prime (see Example section).
a(41) > 3*10^5.
LINKS
Makoto Kamada, Search for 93w71.
EXAMPLE
3 is in this sequence because (28*10^3+113)/3 = 9371 is prime.
Initial terms and primes associated:
a(1) = 0, 47;
a(2) = 1, 131;
a(3) = 2, 971;
a(4) = 3, 9371;
a(5) = 4, 93371;
a(6) = 6, 9333371, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(28*10^# + 113)/3] &]
PROG
(PARI) is(n)=ispseudoprime((28*10^n + 113)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A058647 A305630 A371178 * A069907 A280424 A083365
KEYWORD
nonn,more
AUTHOR
Robert Price, Mar 31 2016
EXTENSIONS
a(37)-a(38) from Robert Price, Mar 13 2020
a(39)-a(40) from Robert Price, Jun 17 2023
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)