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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060163 (n^3 + 5n + 18)/6. 2
0, 2, 3, 4, 6, 10, 17, 28, 44, 66, 95, 132, 178, 234, 301, 380, 472, 578, 699, 836, 990, 1162, 1353, 1564, 1796, 2050, 2327, 2628, 2954, 3306, 3685, 4092, 4528, 4994, 5491, 6020, 6582, 7178, 7809, 8476, 9180, 9922, 10703, 11524, 12386, 13290, 14237 (list; graph; refs; listen; history; internal format)
OFFSET

-2,2

COMMENTS

a(n) = (m^2 -6*m + 17)*m/6 for m = n+2. [Frank Ellermann (hmdmhdfmhdjmzdtjmzdtzktdkztdjz(AT)gmail.com)]

LINKS

Harry J. Smith, Table of n, a(n) for n = 2..1000

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

FORMULA

a(n) = a(n-1)+A000124(n-1) = A060162 (n+3, n) = A004006(n)+3 = A000125(n)+2 ?= A011826 (n+1)+1.

n+2+binomial(n,3), n=>-1. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 23 2006

MAPLE

[seq(n+2+binomial(n, 3), n=-1..46)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 23 2006

MATHEMATICA

a=2; s=3; lst={-3, -1, 0, 1, s}; Do[a+=n; s+=a; AppendTo[lst, s], {n, 2, 6!, 1}]; lst+3 [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 24 2009]

PROG

(PARI) { for (n=-2, 1000, write("b060163.txt", n, " ", (n^3 + 5*n + 18)/6); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 02 2009]

CROSSREFS

Sequence in context: A017986 A103599 A026502 * A106511 A024490 A056469

Adjacent sequences:  A060160 A060161 A060162 * A060164 A060165 A060166

KEYWORD

easy,nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Mar 13 2001

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 05:15 EST 2012. Contains 205694 sequences.