The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A011865 a(n) = floor( n*(n - 1)/12 ). 7
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; text; internal format)
OFFSET
0,7
LINKS
FORMULA
From R. J. Mathar, Apr 15 2010: (Start)
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)). (End)
MAPLE
seq(floor(binomial(n-1, 2)/6), n=1..53); # Zerinvary Lajos, Jan 12 2009
CROSSREFS
Sequence in context: A225086 A062413 A064313 * A085680 A253186 A160138
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)