OFFSET
0,1
COMMENTS
See Table on p. 722 of the Arezoomand reference.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
M. Arezoomand, On the distance-based topological indices of fullerene and fullerenyl anions having dendrimer units, Digest J. of Nanomaterials and Biostructures, 4 (2009) 713-722.
Index entries for linear recurrences with constant coefficients, signature (19,-150,636,-1560,2208,-1664,512).
FORMULA
a(n) = 14198+2^n*(-11544+6920*n+14000*n^2) +4^n*(6400*n^2-25600*n+45096).
G.f.: 2*(23875 -385358*x +2563836*x^2 -8881336*x^3 +17320448*x^4 -18447232*x^5 +7997440*x^6)/((1-x)*(1-2*x)^3*(1-4*x)^3). - Bruno Berselli, Dec 30 2012
MAPLE
a := proc (n) options operator, arrow: 14198+2^n*(-11544+6920*n+14000*n^2)+4^n*(6400*n^2-25600*n+45096) end proc: seq(a(n), n = 0 .. 18);
MATHEMATICA
Table[14198 + 2^n (-11544 + 6920 n + 14000 n^2) + 4^n (6400 n^2 - 25600 n + 45096), {n, 0, 20}] (* Vincenzo Librandi, Nov 06 2018 *)
PROG
(PARI) a(n) = 14198+2^n*(-11544+6920*n+14000*n^2) + 4^n*(6400*n^2-25600*n+45096); \\ Andrew Howroyd, Nov 05 2018
(Magma) [14198 + 2^n*(-11544 + 6920*n + 14000*n^2) + 4^n*(6400*n^2 - 25600*n + 45096): n in [0..20]]; // Vincenzo Librandi, Nov 06 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Dec 30 2012
STATUS
approved