|
|
A259461
|
|
From higher-order arithmetic progressions.
|
|
1
|
|
|
|
OFFSET
|
0,1
|
|
COMMENTS
|
Only the first 5 terms in the publication are correct. The corrected sequence would start 40, 5000, 472500, 43218000, 4148928000, 432081216000, 49509306000000, 6275893932000000, 881135508052800000,... - R. J. Mathar, Jul 14 2015
|
|
LINKS
|
|
|
MAPLE
|
rV := proc(n, a, d)
n*(n+1)/2*a+(n-1)*n*(n+1)/6*d;
end proc:
mul(rV(i, a, d), i=1..n+3) ;
coeftayl(%, d=0, 3) ;
coeftayl(%, a=0, n) ;
end proc:
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|