OFFSET
0,2
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..500
Robert G. Donnelly, Molly W. Dunkum, Sasha V. Malone, and Alexandra Nance, Symmetric Fibonaccian distributive lattices and representations of the special linear Lie algebras, arXiv:2012.14991 [math.CO], 2020.
FORMULA
G.f.: Sum_{k>=0} x^k/(1 - (k+2)*x + x^2). - Andrew Howroyd, Apr 13 2021
EXAMPLE
a(4) = 47 since row 4 of triangle A179943 = (1, 5, 15, 21, 5).
PROG
(PARI) seq(n)={Vec(sum(k=0, n, x^k/(1-(k+2)*x+x^2) + O(x*x^n)))} \\ Andrew Howroyd, Apr 13 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Aug 07 2010
EXTENSIONS
Terms a(12) and beyond from Andrew Howroyd, Apr 13 2021
STATUS
approved