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!)
A141438 Primes p such that p+4 is prime and (p+5)/6 is composite. 0
19, 43, 67, 79, 103, 127, 163, 193, 223, 229, 307, 379, 439, 457, 463, 487, 499, 643, 739, 769, 823, 853, 859, 877, 883, 907, 967, 1009, 1087, 1093, 1213, 1279, 1297, 1303, 1423, 1447, 1483, 1489, 1549, 1567, 1579, 1597, 1663, 1783, 1867, 1993, 1999, 2083, 2137, 2203, 2239, 2347, 2389, 2437, 2473, 2539, 2617, 2659, 2683, 2707, 2749, 2833, 2857 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
a:=[];
for n from 1 to 420 do
p:=ithprime(n); p1:=p+4; p2:=(p+5)/6;
if isprime(p1) and whattype(p2)=integer and not isprime(p2) then a:=[op(a), p]; fi;
od:
a; # N. J. A. Sloane, Mar 09 2024
CROSSREFS
Sequence in context: A238676 A087779 A106950 * A350051 A095103 A094843
KEYWORD
nonn
AUTHOR
EXTENSIONS
Entry corrected by the combined efforts of Bill McEachen, R. J. Mathar, Jon E. Schoenfield, Alois P. Heinz, and N. J. A. Sloane, Mar 09 2024
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 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)