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!)
A273783 Numbers k such that (86*10^k - 77)/9 is prime. 0
2, 3, 8, 9, 12, 14, 27, 32, 50, 80, 98, 99, 194, 237, 338, 828, 830, 1265, 2583, 3639, 5232, 5940, 9371, 10268, 13424, 26975, 36147, 60165, 69260, 93263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers n such that the digit 9 followed by k-2 occurrences of the digit 5 followed by the digits 47 is prime (see Example section).
a(31) > 2*10^5.
LINKS
Makoto Kamada, Search for 95w47.
EXAMPLE
3 is in this sequence because (86*10^3 - 77)/9 = 9547 is prime.
Initial terms and primes associated:
a(1) = 2, 947;
a(2) = 3, 9547;
a(3) = 8, 955555547;
a(4) = 9, 9555555547;
a(5) = 12, 9555555555547, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(86*10^# - 77)/9] &]
PROG
(PARI) is(n)=ispseudoprime((86*10^n - 77)/9) \\ Charles R Greathouse IV, Jun 08 2016
CROSSREFS
Sequence in context: A237037 A283618 A284370 * A075190 A224225 A283160
KEYWORD
nonn,more
AUTHOR
Robert Price, May 30 2016
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)