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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125200 n*(4*n^2 + n -1)/2. 2
2, 17, 57, 134, 260, 447, 707, 1052, 1494, 2045, 2717, 3522, 4472, 5579, 6855, 8312, 9962, 11817, 13889, 16190, 18732, 21527, 24587, 27924, 31550, 35477, 39717, 44282, 49184, 54435, 60047, 66032, 72402, 79169, 86345, 93942, 101972, 110447, 119379 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n) = Sum(4*n*k - n - k: 1<=k<=n), sums of rows of the triangle in A125199.

A003415(A003415(a(n))) = 2*A016969(n-1).

FORMULA

a(n)= 4*a(n-1) -6*a(n-2) +4*a(n-3) -a(n-4). G.f.: x*(2+9*x+x^2)/(x-1)^4. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 12 2010]

PROG

(MAGMA)[n*(4*n^2 +n-1)div 2:n in [1..40]]; [From Vincenzo Librandi, Dec 27 2010]

CROSSREFS

Sequence in context: A192345 A125609 A100518 * A175450 A071402 A191295

Adjacent sequences:  A125197 A125198 A125199 * A125201 A125202 A125203

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Nov 24 2006

EXTENSIONS

Definition corrected by Vincenzo Librandi, Dec 27 2010

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 15 14:37 EST 2012. Contains 205822 sequences.