OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
G.f.: (1024 + 154907*x + 938622*x^2 + 823502*x^3 + 98542*x^4 + 243*x^5)/(x-1)^6. - R. J. Mathar, Jul 07 2017
MATHEMATICA
(7*Range[0, 25] + 4)^5 (* Paolo Xausa, Dec 07 2025 *)
LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1024, 161051, 1889568, 9765625, 33554432, 90224199}, 30] (* Harvey P. Dale, May 20 2026 *)
PROG
(Magma) [(7*n+4)^5: n in [0..40] ]; // Vincenzo Librandi, Jul 16 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
