OFFSET
1,1
COMMENTS
The Hosoya-Wiener polynomial of TA(n) is n(10+12t+18t^2+12t^3+3t^4)+(1+3t+3t^2+3t^3)^2*(t^{3n+1}-nt^4+nt-1)/(t^3-1)^2.
LINKS
G. H. Fath-Tabar, A. Azad, and N. Elahinezhad, Some topological indices of tetrameric 1,3-adamantane, Iranian J. Math. Chemistry, 1, No. 1, 2010, 111-118.
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = (75n^4 +210n^3 + 229n^2-178n)/2.
G.f.: -4*x*(34*x^3-71*x^2+220*x+42)/(x-1)^5. [Colin Barker, Oct 31 2012]
MAPLE
seq((75*n^4+210*n^3+229*n^2-178*n)*(1/2), n=1..30);
MATHEMATICA
Table[(75n^4+210n^3+229n^2-178n)/2, {n, 30}] (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {168, 1720, 6636, 17796, 38980}, 30] (* Harvey P. Dale, Jan 01 2016 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Oct 26 2012
STATUS
approved