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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A011865 [ n(n-1)/12 ]. 3
0, 0, 0, 0, 1, 1, 2, 3, 4, 6, 7, 9, 11, 13, 15, 17, 20, 22, 25, 28, 31, 35, 38, 42, 46, 50, 54, 58, 63, 67, 72, 77, 82, 88, 93, 99, 105, 111, 117, 123, 130, 136, 143, 150, 157, 165, 172, 180, 188, 196, 204, 212, 221, 229, 238, 247, 256, 266, 275, 285, 295, 305, 315, 325, 336 (list; graph; refs; listen; history; internal format)
OFFSET

0,7

FORMULA

a(n) = +2*a(n-1) -a(n-2) +a(n-3) -2*a(n-4) +a(n-5) -a(n-6) +2*a(n-7) -a(n-8) +a(n-9) -2*a(n-10) +a(n-11). G.f.: x^4*(x^4+1-x^3-x+x^2) / ((1-x)^3*(1+x+x^2)*(x^2+1)*(x^4-x^2+1) ). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 15 2010]

MAPLE

seq(floor(binomial(n-1, 2)/6), n=1..53); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 12 2009]

CROSSREFS

Sequence in context: A160138 A062413 A064313 * A085680 A047872 A173254

Adjacent sequences:  A011862 A011863 A011864 * A011866 A011867 A011868

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 13 13:22 EST 2012. Contains 205483 sequences.