|
|
|
|
2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 3, 3, 2, 2, 2, 4, 3, 3, 2, 2, 2, 5, 4, 3, 3, 2, 2, 2, 6, 5, 4, 3, 3, 2, 2, 2, 7, 6, 5, 4, 3, 3, 2, 2, 2, 9, 7, 6, 5, 4, 3, 3, 2, 2, 2, 11, 9, 7, 6, 5, 4, 3, 3, 2, 2, 2, 13, 11, 9, 7, 6, 5, 4, 3, 3, 2, 2, 2, 16, 13, 11, 9, 7, 6, 5, 4, 3, 3, 2, 2, 2, 19, 16, 13, 11, 9, 7, 6, 5
(list;
table;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
In row 1 of A068009 the first term > 1 is found at position 1, for rows 2 & 3 at position 2, for rows 4,5,6 at position 3, for rows 7,8,9,10 at position 4 etc., thus it is natural to view this also as a triangular table.
|
|
LINKS
|
|
|
MAPLE
|
A025581 := n-> binomial(1+floor(1/2+sqrt(2+2*n)), 2)-(n+1);
N := 100; t1 := series(mul(1+x^k, k=1..N), x, N); A000009 := proc(n) coeff(t1, x, n); end;
|
|
MATHEMATICA
|
a[n_] := PartitionsQ[(1/2)(Floor[Sqrt[2n]+1/2]^2 + Floor[Sqrt[2n]+1/2] - 2n)] + 1; Array[a, 100] (* Jean-François Alcover, Mar 02 2016 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|