The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A295967 Numbers k such that (35*10^k - 377)/9 is prime. 0
2, 3, 6, 24, 33, 86, 335, 711, 1103, 1169, 1181, 2163, 3026, 7940, 8174, 9365, 10127, 13466, 40130, 70130, 174704, 198294 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 3 followed by k-2 occurrences of the digit 8 followed by the digits 47 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 38w47.
EXAMPLE
2 is in this sequence because (35*10^2 - 377)/9 = 347 is prime.
Initial terms and associated primes:
a(1) = 2, 347;
a(2) = 3, 3847;
a(3) = 6, 3888847;
a(4) = 24, 3888888888888888888888847;
a(5) = 33, 3888888888888888888888888888888847; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(35*10^# - 377)/9] &]
PROG
(PARI) isok(k) = isprime((35*10^k - 377)/9); \\ Michel Marcus, Dec 01 2017
CROSSREFS
Sequence in context: A327013 A171708 A329565 * A027163 A160683 A099000
KEYWORD
nonn,more,hard,changed
AUTHOR
Robert Price, Nov 30 2017
EXTENSIONS
a(21)-a(22) from Robert Price, Jul 19 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 May 13 02:15 EDT 2024. Contains 372497 sequences. (Running on oeis4.)