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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117066 Partial sums of cupolar numbers (1/3)*(n+1)*(5*n^2+7*n+3) A096000. 1
1, 11, 48, 140, 325, 651, 1176, 1968, 3105, 4675, 6776, 9516, 13013, 17395, 22800, 29376, 37281, 46683, 57760, 70700, 85701, 102971, 122728, 145200, 170625, 199251, 231336, 267148, 306965, 351075, 98400, 105903, 399776, 453376, 512193, 576555, 646800, 723276, 806341 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = SUM[i=1..n] A096000(i). a(n) = SUM[i=1..n] (1/3)*(i+1)*(5*i^2+7*i+3). a(n) = SUM[i=1..n] (1/2)*(Q(i) + 3*i^2 + 3*i + 1), where Q(i) are the cuboctahedral numbers, A005902.

a(n) = sum{k=0..n} A073254(n,k)*k. - Peter Luschny, Oct 29 2011

MAPLE

a:=n->sum ((n+j)^3, j=0..n): seq(a(n)/9, n=1..37); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 17 2008]

with(finance):seq(add(cashflows([n^3, k^3, 0], 0 )/3, k=0..n), n=1..45); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 22 2008]

MATHEMATICA

Table[Sum[i*(n+i)*n, {i, 0, n}]/2, {n, 1, 100}] (* From Vladimir Joseph Stephan Orlovsky, June 03 2011 *)

CROSSREFS

Cf. A005902, A096000.

Sequence in context: A191499 A072372 A024530 * A042984 A008780 A101992

Adjacent sequences:  A117063 A117064 A117065 * A117067 A117068 A117069

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Apr 17 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 14 17:10 EST 2012. Contains 205644 sequences.