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
Alois P. Heinz, Table of n, a(n) for n = 1..1000
MAPLE
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
nonn,tabl
AUTHOR
Antti Karttunen, Feb 11 2002
STATUS
approved