OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (20,-190,1140,-4845,15504,-38760, 77520,-125970,167960,-184756,167960,-125970,77520,-38760,15504,-4845, 1140,-190,20,-1).
FORMULA
G.f.: (x + 262380*x^2 + 575892765*x^3 + 125866127904*x^4 + 6898080027840*x^5 + 139397189351952*x^6 + 1263962500195080*x^7 + 5742822317522400*x^8 + 13931140285365018*x^9 + 18653856574925320*x^10 + 13931140285365018*x^11 + 5742822317522400*x^12 + 1263962500195080*x^13 + 139397189351952*x^14 + 6898080027840*x^15 + 125866127904*x^16 + 575892765*x^17 + 262380*x^18 + x^19)/(1-x)^20. - G. C. Greubel, Dec 06 2017
MATHEMATICA
Table[n^9*(n^10+1)/2, {n, 0, 30}] (* G. C. Greubel, Dec 06 2017 *)
PROG
(Magma)[n^9*(n^10+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 26 2011
(PARI) for(n=0, 30, print1(n^9*(n^10+1)/2, ", ")) \\ G. C. Greubel, Dec 06 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved