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

A127715
Rightmost border of triangle A127714: a(n) = A127714(n, (n+1)*(n+2)/2 - 1).
10
1, 1, 3, 14, 86, 645, 5662, 56632, 633545, 7820115, 105401961, 1538517351, 24157841308, 405778641302, 7256711524298, 137607733327779, 2757147167433326, 58188668578629283, 1289965088962987961
OFFSET
0,3
LINKS
FORMULA
From Gary W. Adamson, Aug 02 2011: (Start)
a(n) = upper left term of M^n, M is an infinite square production matrix in which nonzero terms = A033184 with the first "1" deleted, as follows: M =
1, 1, 0, 0, 0, 0, ...
2, 2, 1, 0, 0, 0, ...
5, 5, 3, 1, 0, 0, ...
14, 14, 9, 4, 1, 0, ...
42, 42, 28, 14, 5, 1, ...
... (End)
EXAMPLE
a(3) = 14 = the upper left term of M^3.
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 24 2007
STATUS
approved