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

A224076
Row lengths of triangle in A224075.
4
1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 3, 3, 2, 2, 3, 2, 4, 4, 3, 3, 2, 2, 4, 3, 4, 3, 4, 4, 3, 4, 5, 4, 4, 6, 5, 10, 6, 6, 10, 8, 11
OFFSET
1,6
FORMULA
a(n) <= A064272(A214583(n)+1) for n such that A214583 is defined.
PROG
(Haskell)
a224076 = length . a224075_row
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Reinhard Zumkeller, Mar 31 2013
STATUS
approved