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!)
A011879 a(n) = floor( n(n-1)/26 ). 1
0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 38, 40, 43, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72, 76, 79, 83, 86, 90, 94, 98, 102, 106, 110, 114, 118, 122, 127, 131, 136, 140, 145 (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, 1, -2, 1).
FORMULA
G.f.: (x^6 (1+x (-1+x (1+(-1+x) x))))/(1+x (-2+x (1+x^11 (-1+(2-x) x)))). - Peter J. C. Moses, Jun 01 2014
a(n)= +2*a(n-1) -a(n-2) +a(n-13) -2*a(n-14) +a(n-15). - R. J. Mathar, Aug 11 2021
MATHEMATICA
Table[Floor[n(n-1)/26], {n, 0, 600}] (* G. C. Greubel, Sep 03 2015 *)
Join[{0}, Floor[#/13]&/@Accumulate[Range[0, 70]]] (* Harvey P. Dale, Apr 26 2020 *)
PROG
(PARI) a(n) = n*(n-1)\26; \\ G. C. Greubel, Sep 03 2015
CROSSREFS
Sequence in context: A273662 A034138 A254667 * A011878 A017896 A118868
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 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)