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!)
A295322 Numbers k such that (17*10^k - 377)/9 is prime. 0
3, 19, 27, 145, 166, 196, 247, 345, 370, 799, 1093, 2877, 5223, 9157, 22927, 24600, 25546, 29424, 82540, 95451, 159438 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that the digit 1 followed by k-2 occurrences of the digit 8 followed by the digits 47 is prime (see Example section).
a(22) > 2*10^5.
LINKS
Makoto Kamada, Search for 18w47
EXAMPLE
3 is in this sequence because (17*10^3 - 377)/9 = 1847 is prime.
Initial terms and primes associated:
a(1) = 3, 1847;
a(2) = 19, 18888888888888888847;
a(3) = 27, 1888888888888888888888888847; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(17*10^# - 377)/9] &]
PROG
(PARI) isok(k) = isprime((17*10^k - 377)/9); \\ Michel Marcus, Nov 20 2017
CROSSREFS
Sequence in context: A063557 A197541 A273367 * A296934 A062619 A339864
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 19 2017
EXTENSIONS
a(21) from Robert Price, Mar 24 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)