login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A259461 From higher-order arithmetic progressions. 1
40, 5000, 472500, 43218000, 4148928000, 432170216000, 49514201000000 (list; graph; refs; listen; history; text; internal format)
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
Karl Dienger, Beiträge zur Lehre von den arithmetischen und geometrischen Reihen höherer Ordnung, Jahres-Bericht Ludwig-Wilhelm-Gymnasium Rastatt, Rastatt, 1910. [Annotated scanned copy]
MAPLE
rV := proc(n, a, d)
n*(n+1)/2*a+(n-1)*n*(n+1)/6*d;
end proc:
A259461 := proc(n)
mul(rV(i, a, d), i=1..n+3) ;
coeftayl(%, d=0, 3) ;
coeftayl(%, a=0, n) ;
end proc:
seq(A259461(n), n=1..5) ; # R. J. Mathar, Jul 14 2015
CROSSREFS
Sequence in context: A229604 A045502 A347854 * A229692 A270053 A123810
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 30 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 7 08:00 EDT 2024. Contains 375729 sequences. (Running on oeis4.)