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!)
A291202 Numbers k such that (43*10^k + 83)/9 is prime. 0
2, 3, 8, 11, 17, 41, 57, 62, 77, 101, 329, 333, 359, 365, 968, 1169, 1190, 1772, 2237, 12075, 30848, 63200, 190547 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 4 followed by k-2 occurrences of the digit 7 followed by the digits 87 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 47w87.
EXAMPLE
3 is in this sequence because (43*10^3 + 83)/9 = 4787 is prime.
Initial terms and primes associated:
a(1) = 2, 487;
a(2) = 3, 4787;
a(3) = 8, 477777787;
a(4) = 11, 477777777787;
a(5) = 17, 477777777777777787; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(43*10^# + 83)/9] &]
PROG
(Magma) [n: n in [1..300] |IsPrime((43*10^n + 83) div 9)]; // Vincenzo Librandi, Aug 21 2017
CROSSREFS
Sequence in context: A212771 A119116 A138756 * A091076 A112595 A041075
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Aug 20 2017
EXTENSIONS
a(23) from Robert Price, Nov 28 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 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)