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!)
A293189 Numbers k such that (76*10^k - 211)/9 is prime. 0
1, 2, 4, 5, 8, 13, 41, 55, 82, 188, 296, 320, 464, 509, 1036, 1169, 1808, 2141, 3842, 12274, 23141, 76547, 83816, 85847, 154013 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 8 followed by k-2 occurrences of the digit 4 followed by the digits 21 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 84w21.
EXAMPLE
4 is in this sequence because (76*10^4 - 211)/9 = 84421 is prime.
Initial terms and associated primes:
a(1) = 1, 61;
a(2) = 2, 821;
a(3) = 4, 84421;
a(4) = 5, 844421;
a(5) = 8, 844444421; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(76*10^# - 211)/9] &]
CROSSREFS
Sequence in context: A327045 A288668 A264800 * A278695 A105134 A226791
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 01 2017
EXTENSIONS
a(25) from Robert Price, Aug 31 2019
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 July 24 09:48 EDT 2024. Contains 374583 sequences. (Running on oeis4.)