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!)
A287766 Numbers k such that (10^k*113 + 19)/3 is prime. 0
1, 9, 13, 33, 81, 1113, 1609, 5697, 13577, 49949 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 2, numbers such that '37'||...'6'...||'73' ('6' concatenated k-2 times and prefixed by '37', and suffixed by '73') in decimal form is prime.
LINKS
EXAMPLE
13 is in the sequence because (10^13*113 + 19)/3 = 376666666666673 is prime.
MATHEMATICA
ParallelTable[ If[ PrimeQ[ (10^n*113+19)/3], n, Nothing], {n, 2000}]
PROG
(PARI) isok(n) = isprime((10^n*113 + 19)/3); \\ Michel Marcus, Jul 21 2017
CROSSREFS
Sequence in context: A031196 A151725 A146864 * A146739 A146723 A146422
KEYWORD
nonn,hard,more
AUTHOR
Mikk Heidemaa, May 31 2017
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 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)