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!)
A124410 Numbers k such that 2k+1, 4k+1, 6k+1, 8k+1 and 10k+1 are primes. 5
5415, 12705, 13020, 44370, 82950, 98280, 105525, 112200, 115140, 123855, 134250, 134460, 187740, 188745, 210165, 225705, 247170, 256410, 296310, 302085, 367875, 375645, 382890, 399585, 404040, 476340, 487830, 526845, 532095, 566430, 578085 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[600000], And @@ PrimeQ /@ ({2, 4, 6, 8, 10}*# + 1) &] (* Ray Chandler, Nov 20 2006 *)
PROG
(PARI) is(k) = sum(j = 1, 5, isprime(2*j*k+1)) == 5; \\ Jinyuan Wang, Aug 04 2019
CROSSREFS
Sequence in context: A035902 A203711 A105654 * A211775 A346177 A363782
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 31 2006
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)