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

a(n) is the least positive integer that can be expressed as the sum of one or more consecutive squarefree numbers in exactly n ways.
0

%I #13 Mar 13 2023 06:23:52

%S 1,3,11,34,144,165,229,517,790,6870,12757,21134,54155,226470,193225,

%T 431900,948949,3960994,6674779,7594013,14204939,32720909,20369309,

%U 176923605,335119938

%N a(n) is the least positive integer that can be expressed as the sum of one or more consecutive squarefree numbers in exactly n ways.

%e For n = 3: 11 = 11 = 5 + 6 = 1 + 2 + 3 + 5.

%Y Cf. A005117, A054859.

%K nonn,more

%O 1,2

%A _Ilya Gutkovskiy_, Mar 11 2023

%E a(21)-a(25) from _Michael S. Branicky_, Mar 12 2023