login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123198 a(n)=[(n+1)(2n-1)]^2. 1
1, 4, 81, 400, 1225, 2916, 5929, 10816, 18225, 28900, 43681, 63504, 89401, 122500, 164025, 215296, 277729, 352836, 442225, 547600, 670761, 813604, 978121, 1166400, 1380625, 1623076, 1896129, 2202256, 2544025, 2924100, 3345241, 3810304 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

Fredrick T. Wall, Chemical Thermodynamics, W. H, Freeman, San Francisco, 1965, page 269

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..10000

FORMULA

a(n)=Sum((4k-1)(4k^2-2k-1),k=0..n) (n>=0).

G.f.: (1-x+71*x^2+25*x^3)/(1-x)^5. [Colin Barker, Jan 28 2012]

MAPLE

a:=n->(n+1)^2*(2*n-1)^2: seq(a(n), n=0..31);

MATHEMATICA

f[m_] = Sum[(4*n - 1)*(4*n^2 - 2*n - 1), {n, 0, m}]; a = Table[f[n], {n, 0, 50}]

CROSSREFS

Sequence in context: A053901 A017006 A041189 * A202831 A128911 A068087

Adjacent sequences:  A123195 A123196 A123197 * A123199 A123200 A123201

KEYWORD

nonn

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Oct 04 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Oct 15 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 06:25 EST 2012. Contains 205860 sequences.