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!)
A287351 Numbers k such that (10^k*361 - 163)/9 is prime (k > 0). 0
1, 3, 9, 15, 27, 37, 165, 207, 897, 5761, 16753, 17995, 96567 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(14) > 10^5. - Robert Price, Oct 31 2017
LINKS
EXAMPLE
If k = 1 then (10^1*361 - 163)/9 = 383 (prime), so 1 is a term.
If k = 9 then (10^9*361 - 163)/9 = 40111111093 (prime), so 9 is a term.
MATHEMATICA
ParallelMap[ If[ PrimeQ[ (10^# 361-163)/9], #, Nothing] &, Range[6000]]
CROSSREFS
Cf. A247643.
Sequence in context: A087031 A089632 A247643 * A256388 A082897 A363523
KEYWORD
nonn,hard,more
AUTHOR
Mikk Heidemaa, May 23 2017
EXTENSIONS
a(13) from Robert Price, Oct 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 May 19 11:03 EDT 2024. Contains 372683 sequences. (Running on oeis4.)