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!)
A011861 a(n) = floor(n(n-1)/8). 5
0, 0, 0, 0, 1, 2, 3, 5, 7, 9, 11, 13, 16, 19, 22, 26, 30, 34, 38, 42, 47, 52, 57, 63, 69, 75, 81, 87, 94, 101, 108, 116, 124, 132, 140, 148, 157, 166, 175, 185, 195, 205, 215, 225, 236, 247, 258, 270, 282, 294, 306, 318, 331, 344, 357, 371, 385, 399, 413, 427, 442, 457, 472 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Index entries for linear recurrences with constant coefficients, signature (3, -4, 4, -4, 4, -4, 4, -3, 1).
FORMULA
From R. J. Mathar, Apr 15 2010: (Start)
a(n) = +3*a(n-1) -4*a(n-2) +4*a(n-3) -4*a(n-4) +4*a(n-5) -4*a(n-6) +4*a(n-7) -3*a(n-8) +a(n-9).
G.f.: x^4*(x^2+1-x)/ ((1-x)^3 * (x^2+1) * (x^4+1)). (End)
MAPLE
seq(floor(binomial(n, 2)/4), n=0..51); # Zerinvary Lajos, Jan 12 2009
MATHEMATICA
LinearRecurrence[{3, -4, 4, -4, 4, -4, 4, -3, 1}, {0, 0, 0, 0, 1, 2, 3, 5, 7}, 70] (* Vincenzo Librandi, Aug 08 2015 *)
PROG
(Magma) [n*(n-1) div 8: n in [0..70]]; // Vincenzo Librandi, Aug 08 2015
CROSSREFS
Sequence in context: A022554 A097046 A248420 * A229511 A305078 A328336
KEYWORD
nonn
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)