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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A172117 (20n^3 + 3n^2 - 17n)/6. 3
0, 1, 23, 86, 210, 415, 721, 1148, 1716, 2445, 3355, 4466, 5798, 7371, 9205, 11320, 13736, 16473, 19551, 22990, 26810, 31031, 35673, 40756, 46300, 52325, 58851, 65898, 73486, 81635, 90365, 99696, 109648, 120241, 131495, 143430, 156066 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

COMMENTS

Generated by the formula n*(n+1)*(2*d*n-(2*d-3))/6 for d=10.

This sequence is related to A051624 by a(n) = n*A051624(n)-sum(A051624(i), i=0..n-1) = n*(n+1)*(20*n-17)/2; in fact, this is the case d=10 in the identity n*(n*(d*n-d+2)/2)-sum(i*(d*i-d+2)/2, i=0..n-1) = n*(n+1)*(2*d*n-2*d+3)/6. - Bruno Berselli, Aug 26 2010

LINKS

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

B. Berselli, A description of the recursive method in Comments lines: website Matem@ticamente (in Italian).

Index to sequences with linear recurrences with constant coefficients, signature (4,-6,4,-1).

FORMULA

a(n) = n*(n+1)*(20*n-17)/6.

G.f.: x*(1+19*x)/(1-x)^4. [From Bruno Berselli, Aug 26 2010]

a(0)=0, a(1)=1, a(2)=23, a(3)=86, a(n)=4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4) [From Harvey P. Dale, May 15 2011]

MATHEMATICA

Table[(20n^3+3n^2-17n)/6, {n, 0, 40}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {0, 1, 23, 86}, 40] (* From Harvey P. Dale, May 15 2011 *)

PROG

(PARI) a(n)=n*(20*n^2+3*n-17)/6 \\ Charles R Greathouse IV, Jan 11 2012

CROSSREFS

Cf. A051624.

Sequence in context: A060456 A056580 A010011 * A217529 A193018 A044210

Adjacent sequences:  A172114 A172115 A172116 * A172118 A172119 A172120

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi, Jan 26 2010

STATUS

approved

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 June 18 19:06 EDT 2013. Contains 226355 sequences.