login
A084857
Inverse binomial transform of n^2*3^(n-1).
2
0, 1, 10, 48, 176, 560, 1632, 4480, 11776, 29952, 74240, 180224, 430080, 1011712, 2351104, 5406720, 12320768, 27852800, 62521344, 139460608, 309329920, 682622976, 1499463680, 3279945728, 7147094016, 15518924800, 33587986432
OFFSET
0,3
COMMENTS
Binomial transform of octagonal numbers A000567. Inverse binomial transform of A069996.
FORMULA
a(n)=n(3n - 1)2^(n - 2).
O.g.f.: -x*(1+4*x)/(-1+2*x)^3. - R. J. Mathar, Apr 02 2008
MATHEMATICA
LinearRecurrence[{6, -12, 8}, {0, 1, 10}, 30] (* Harvey P. Dale, Dec 28 2019 *)
CROSSREFS
Sequence in context: A163724 A271638 A238916 * A349948 A330170 A126734
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jun 09 2003
STATUS
approved