A271786 Expansion of 2*(1-x)*(2*x^2+4*x+1) / (1-x-x^2)^2.
2, 10, 18, 38, 72, 136, 250, 454, 814, 1446, 2548, 4460, 7762, 13442, 23178, 39814, 68160, 116336, 198026, 336254, 569702, 963270, 1625708, 2739028, 4607522, 7739386, 12982530, 21750374, 36396984, 60839896, 101593498, 169482550, 282481822, 470419302
Offset: 0
Links
- R. J. Mathar, Re: tatami, SeqFan List of March 2016.
- Index entries related to Tatami mats
- Index entries for linear recurrences with constant coefficients, signature (2,1,-2,-1).
Programs
-
Maple
A271786 := proc(n) 2*(A001629(n+2)+A271785(n)) ; end proc:
-
Mathematica
LinearRecurrence[{2, 1, -2, -1}, {2, 10, 18, 38}, 34] (* Jean-François Alcover, Aug 08 2023 *)
Comments