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!)
A011878 a(n) = floor( n(n-1)/25 ). 1
0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 15, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 37, 39, 42, 44, 47, 50, 53, 56, 59, 62, 65, 68, 72, 75, 79, 82, 86, 90, 94, 98, 102, 106, 110, 114, 118, 123, 127, 132, 136, 141, 146, 151 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
Index entries for linear recurrences with constant coefficients, signature (2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 1).
FORMULA
From R. J. Mathar, Apr 15 2010 (Start)
a(n) = +2*a(n-1) -a(n-2) +a(n-25) -2*a(n-26) +a(n-27).
G.f.: x^6*(x^4-x^3+x^2-x+1)*(x^4+1)*(x^8-x^4+1) / ( (1-x)^3*(1+x^4+x^3+x^2+x)*(1+x^20+x^15+x^10+x^5) ). (End)
MATHEMATICA
Table[Floor[n(n-1)/25], {n, 0, 600}] (* G. C. Greubel, Sep 03 2015 *)
LinearRecurrence[{2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 1}, {0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 15, 16, 18, 20, 22, 24, 26}, 70] (* Harvey P. Dale, Jul 08 2020 *)
PROG
(PARI) a(n) = n*(n-1)\25; \\ G. C. Greubel, Sep 03 2015
CROSSREFS
Sequence in context: A034138 A254667 A011879 * A017896 A118868 A017885
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 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)