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!)
A161689 Intersection of A151740 and A151741. 1
49, 99, 153, 161, 171, 175, 185, 189, 221, 231, 235, 243, 247, 265, 285, 289, 319, 329, 341, 351, 369, 375, 391, 405, 429, 435, 441, 469, 473, 495, 507, 517, 531, 535, 545, 549, 581, 589, 603, 609, 639, 645, 651, 657, 667, 671, 679, 689, 711, 715, 725, 729 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composite numbers that are sum of two and three consecutive composite numbers. Provably only odd integers.
LINKS
EXAMPLE
49=24+25=15+16+18
99=49+50=32+33+34
153=76+77=50+51+52.
MATHEMATICA
Module[{c=Select[Range[800], CompositeQ], s2, s3}, s2=Total/@Partition[c, 2, 1]; s3=Total/@Partition[c, 3, 1]; Intersection[c, s2, s3]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Nov 27 2019 *)
CROSSREFS
Sequence in context: A260009 A114013 A235578 * A354342 A230653 A019547
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 17 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 June 9 04:57 EDT 2024. Contains 373227 sequences. (Running on oeis4.)