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 (13,-64,148,-160,64)
FORMULA
a(n) = 10172 + 2^n*(5600*n + 4880) + 4^n*(1280*n - 2624).
G.f.: 4*(3107 - 33952*x + 133508*x^2 - 221152*x^3 + 141376*x^4)/((1-x)*(1-2*x)^2*(1-4*x)^2). - Bruno Berselli, Dec 30 2012
MAPLE
a := proc (n) options operator, arrow: 10172+2^n*(5600*n+4880)+4^n*(1280*n-2624) end proc: seq(a(n), n = 0 .. 20);
MATHEMATICA
Table[10172 + 2^n*(5600*n+4880) +4^n*(1280*n-2624), {n, 0, 20}] (* G. C. Greubel, Nov 06 2018 *)
PROG
(PARI) a(n) = 10172 + 2^n*(5600*n+4880) + 4^n*(1280*n-2624); \\ Andrew Howroyd, Nov 05 2018
(Magma) [10172 + 2^n*(5600*n+4880) +4^n*(1280*n-2624): n in [0..20]]; // G. C. Greubel, Nov 06 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Dec 30 2012
STATUS
approved