The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A085438 a(n) = Sum_{i=1..n} binomial(i+1,2)^3. 26
1, 28, 244, 1244, 4619, 13880, 35832, 82488, 173613, 339988, 627484, 1102036, 1855607, 3013232, 4741232, 7256688, 10838265, 15838476, 22697476, 31958476, 44284867, 60479144, 81503720, 108503720, 142831845, 186075396, 240085548, 307008964, 389321839 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Elisabeth Busser and Gilles Cohen, Neuro-Logies - "Chercher, jouer, trouver", La Recherche, April 1999, No. 319, page 97.
LINKS
FORMULA
a(n) = (90*n^7 +630*n^6 +1638*n^5 +1890*n^4+ 840*n^3 -48*n)/7!.
a(n) = (C(n+2, 3)/35)*(35 +210*C(n-1, 1) +399*C(n-1, 2) +315*C(n-1, 3) +90*C(n-1, 4)).
G.f.: x*(x^4+20*x^3+48*x^2+20*x+1) / (x-1)^8. - Colin Barker, May 02 2014
EXAMPLE
a(10) = (90*(10^7)+630*(10^6)+1638*(10^5)+1890*(10^4)+840*(10^3)-48*(10))/5040 = 339988.
MATHEMATICA
Table[(90*n^7 + 630*n^6 + 1638*n^5 + 1890*n^4 + 840*n^3 - 48*n)/7!, {n, 1, 50}] (* G. C. Greubel, Nov 22 2017 *)
PROG
(PARI) Vec(x*(x^4+20*x^3+48*x^2+20*x+1)/(x-1)^8 + O(x^100)) \\ Colin Barker, May 02 2014
(PARI) a(n) = sum(i=1, n, binomial(i+1, 2)^3); \\ Michel Marcus, Nov 22 2017
(Magma) [(90*n^7 +630*n^6 +1638*n^5 +1890*n^4+ 840*n^3 -48*n)/ Factorial(7): n in [1..30]]; // G. C. Greubel, Nov 22 2017
CROSSREFS
Column k=3 of A334781.
Sequence in context: A242436 A119544 A112797 * A188526 A219600 A092341
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
More terms from Colin Barker, May 02 2014
Formula and example edited by Colin Barker, May 02 2014
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 May 14 08:59 EDT 2024. Contains 372530 sequences. (Running on oeis4.)