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!)
A273042 Numbers k such that (28*10^k + 191)/3 is prime. 0
0, 1, 2, 3, 5, 6, 9, 10, 33, 49, 92, 109, 548, 757, 814, 1289, 1460, 1644, 2782, 6355, 8028, 9276, 9366, 9765, 12002, 12089, 14491, 16180, 29102, 30989, 151682, 183403, 190105, 253210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k > 1, numbers k such that the digit 9 followed by k-2 occurrences of the digit 3 followed by the digits 97 is prime (see Example section).
a(35) > 3*10^5.
LINKS
Makoto Kamada, Search for 93w97.
EXAMPLE
3 is in this sequence because (28*10^3 + 191)/3 = 9397 is prime.
Initial terms and associated primes:
a(1) = 0, 73;
a(2) = 1, 157:
a(3) = 2, 997;
a(4) = 3, 9397;
a(5) = 5, 933397, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(28*10^# + 191)/3] &]
PROG
(PARI) is(n)=ispseudoprime((28*10^n + 191)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A018278 A137809 A219035 * A014838 A026459 A026461
KEYWORD
nonn,more
AUTHOR
Robert Price, May 13 2016
EXTENSIONS
a(31)-a(33) from Robert Price, Feb 27 2020
a(34) from Robert Price, Jul 12 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 August 12 17:11 EDT 2024. Contains 375113 sequences. (Running on oeis4.)