login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A109825
Initial terms of groups in the partition of the sequence of natural numbers A109411.
3
1, 4, 5, 9, 10, 11, 16, 18, 21, 22, 23, 36, 39, 40, 43, 45, 47, 49, 50, 54, 60, 62, 63, 69, 70, 72, 74, 75, 89, 93, 94, 95, 96, 99, 104, 106, 107, 109, 111, 112, 115, 116, 126, 128, 135, 140, 144, 146, 147, 149, 151, 153, 159, 160, 162, 165, 170, 172, 175, 179, 184, 190
OFFSET
1,2
MATHEMATICA
s={1}; a=1; Do[Do[If[Plus@@Last/@FactorInteger[(a+x)(x-a+1)/2]==2, a=x+1; AppendTo[s, a]; Break[]], {x, a, 20000}], {k, 1, 100}]; A109825=s
CROSSREFS
Sequence in context: A007536 A209887 A064801 * A327175 A193259 A008935
KEYWORD
nonn
AUTHOR
Zak Seidov, Jul 03 2005
STATUS
approved