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!)
A280632 Numbers k such that (19*10^k + 191)/3 is prime. 0
1, 3, 4, 9, 10, 11, 14, 25, 38, 74, 110, 133, 145, 469, 1035, 1808, 3323, 4534, 4875, 5306, 16645, 20591, 25904, 29365, 81488, 108184, 132550 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 6 followed by k-2 occurrences of the digit 3 followed by the digits 97 is prime (see Example section).
a(28) > 2*10^5.
LINKS
Makoto Kamada, Search for 63w97.
EXAMPLE
4 is in this sequence because (19*10^4 + 191) / 3 = 63397 is prime.
Initial terms and primes associated:
a(1) = 1, 127;
a(2) = 3, 6397;
a(3) = 4, 63397;
a(4) = 9, 6333333397;
a(5) = 10, 63333333397; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(19*10^# + 191) / 3] &]
PROG
(PARI) isok(n) = isprime((19*10^n + 191)/3); \\ Michel Marcus, Jan 07 2017
CROSSREFS
Sequence in context: A079258 A134025 A109406 * A178462 A010376 A010388
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 06 2017
EXTENSIONS
a(26)-a(27) from Robert Price, May 09 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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)