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!)
A235393 Integers k such that 11 + 210*k*i is prime for i = 0..7. 1
5763, 12018, 22801, 50132, 61637, 94360, 109218, 134995, 136610, 155577, 206873, 225384, 246512, 257764, 284794, 288691, 303437, 317914, 370530, 385202, 418722, 431434, 490450, 515765, 548617, 560188, 597275, 693940, 704899, 768433, 786934, 819640, 840480 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes in AP. Longest AP with a(1) = 11 has 11 terms, see A206045.
LINKS
FORMULA
a(n) = A206042(n)/210.
PROG
(From M. F. Hasler, Jan 15 2014) (Start)
(PARI) is_A235393(k)=!for(i=1, 7, ispseudoprime(11+210*k*i)||return)
(PARI) for(k=1, 1e6, is_A235393(k) && print1(k", ")) \\ (End)
CROSSREFS
Sequence in context: A330343 A055354 A053862 * A246421 A317049 A329525
KEYWORD
nonn
AUTHOR
Zak Seidov, Jan 09 2014
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 June 11 18:20 EDT 2024. Contains 373315 sequences. (Running on oeis4.)