login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133837 Semiprimes from partition of sequence of natural integers. 0
6, 4, 26, 9, 10, 65, 33, 57, 21, 22, 377, 111, 39, 123, 87, 91, 95, 49, 206, 339, 121, 62, 393, 69, 141, 145, 74, 1141, 362, 93, 94, 95, 291, 505, 209, 106, 215, 219, 111, 339, 115, 1205, 253, 917, 685, 566, 289, 146, 295, 299, 303, 933, 159, 321, 489, 835, 341 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Partition the sequence of natural integers into groups of numbers which sum up to semiprime: {1, 2, 3}, {4}, {5..8}, {9}, {10}, {11..15}, {16, 17}, {18..20}, {21}, {22}, {23..35}, {36..38}, {39}, {40..42}, {43, 44}, {45, 46}, {47, 48}, {49}, {50..53}, {54..59}, {60, 61}, {62}, {63..68}, {69}, {70, 71}, {72, 73}, {74}, {75..88}, {89..92}, {93}, {94}, {95}, {96..98}, {99..103}, etc. Corresponding semiprimes are: 6, 4, 26, 9, 10, 65, 33, 57, 21, 22, 377, 111, 39, 123, 87, 91, 95, 49, 206, 339, 121, 62, 393, 69, 141, 145, 74, 1141, 362, 93, 94, 95, 291, 505, etc.

MATHEMATICA

s=Range[300]; c=0; Label[1]; i=1; p=s[[1]]; While[i<Length[s]&&Plus@@Last/@FactorInteger[p]=/=2, i++; p=Plus@@Take[s, i]]; (*Print[{i, p}] ; *)c++; a[c]=p; s=Drop[s, i]; If[Length[s]>1, Goto[1]]; Table[a[j], {j, c}]

CROSSREFS

Sequence in context: A081631 A137174 A129886 * A121682 A191567 A163934

Adjacent sequences:  A133834 A133835 A133836 * A133838 A133839 A133840

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 26 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.