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!)
A151741 Composite which are the sum of three consecutive composite numbers. 6
18, 27, 36, 45, 49, 54, 63, 75, 78, 81, 85, 90, 95, 99, 102, 105, 117, 121, 126, 135, 143, 147, 150, 153, 161, 165, 168, 171, 175, 180, 185, 189, 192, 195, 203, 207, 216, 221, 225, 228, 231, 235, 243, 247, 255, 258, 261, 265, 273, 276, 279, 282, 285, 289, 297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Module[{c=Select[Range[300], CompositeQ], s3}, s3=Total/@Partition[c, 3, 1]; Intersection[c, s3]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Nov 27 2019 *)
PROG
(PARI) c1=4; c2=6; for(c3=8, 299, isprime(c3) && next; isprime(c1+c2+c3) || print1(c1+c2+c3", "); c1=c2; c2=c3) \\ M. F. Hasler, Jun 16 2009
CROSSREFS
Sequence in context: A186129 A284672 A265738 * A090064 A082804 A262277
KEYWORD
nonn
AUTHOR
Claudio Meller, Jun 15 2009
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)