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!)
A173968 Sums of 3 consecutive semiprimes. 1
102, 258, 282, 366, 426, 606, 642, 654, 906, 1182, 1338, 1902, 2094, 2526, 2766, 3126, 3414, 3786, 4038, 4206, 4926, 5286, 5514, 5682, 5826, 5946, 6306, 6546, 6654, 6918, 7086, 7302, 7386, 7554, 7926, 8166, 8202, 9294, 10158, 10806, 11082, 11598, 11706 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
33 + 34 + 35 = 102,..
LINKS
MATHEMATICA
f[n_]:=Last/@FactorInteger[n]=={1, 1}||Last/@FactorInteger[n]=={2}; lst={}; Do[If[f[n], If[f[n+1]&&f[n+2], AppendTo[lst, 3*n+3]]], {n, 8!}]; lst
CROSSREFS
Sequence in context: A160850 A202052 A284450 * A173969 A140062 A203407
KEYWORD
nonn
AUTHOR
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)