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”).

A013934
Nonsquarefree numbers k such that the sum of all nonsquarefree numbers <= k is nonsquarefree.
4
4, 8, 16, 25, 44, 45, 48, 63, 64, 68, 72, 76, 81, 84, 88, 92, 98, 104, 108, 116, 117, 120, 126, 128, 132, 150, 152, 156, 164, 169, 175, 184, 196, 198, 204, 207, 208, 212, 216, 220, 224, 232, 234, 243, 244, 245, 256, 261, 264, 268, 270, 279, 280, 284, 288, 297, 300, 304
OFFSET
1,1
LINKS
FORMULA
a(n) = A013929(A013933(n)). - Amiram Eldar, Feb 11 2021
MATHEMATICA
nsf = Select[Range[400], ! SquareFreeQ[#] &]; nsf[[Position[Accumulate@nsf, _?(!SquareFreeQ[#] &)] // Flatten]] (* Amiram Eldar, Feb 11 2021 *)
CROSSREFS
KEYWORD
nonn
EXTENSIONS
More terms from David W. Wilson
STATUS
approved