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!)
A064202 a(n) = n*(n+1)*(n+2)*(2*n^3 + 6*n^2 + 7*n - 3)/36. 1
0, 2, 34, 210, 830, 2520, 6412, 14364, 29220, 55110, 97790, 165022, 266994, 416780, 630840, 929560, 1337832, 1885674, 2608890, 3549770, 4757830, 6290592, 8214404, 10605300, 13549900, 17146350, 21505302, 26750934, 33022010 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
L. Berzolari, Allgemeine Theorie der Höheren Ebenen Algebraischen Kurven, Encyclopädie der Mathematischen Wissenschaften mit Einschluss ihrer Anwendungen. Band III_2. Heft 3, Leipzig: B. G. Teubner, 1906. p. 352.
LINKS
FORMULA
G.f.: 2*x*(1+10*x+7*x^2+2*x^3)/(1-x)^7. - Colin Barker, Feb 28 2012
MATHEMATICA
Table[n*(n+1)*(n+2)*(2*n^3+6*n^2+7*n-3)/36, {n, 0, 40}] (* Vincenzo Librandi, Feb 29 2012 *)
PROG
(Magma) [n*(n+1)*(n+2)*(2*n^3 + 6*n^2 + 7*n -3)/36: n in [0..30]]; // Vincenzo Librandi, Feb 29 2012
CROSSREFS
Sequence in context: A226336 A213826 A259108 * A206624 A131471 A318268
KEYWORD
nonn,easy
AUTHOR
Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), Sep 22 2001
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 March 28 08:02 EDT 2024. Contains 371236 sequences. (Running on oeis4.)