cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A093392 [n/25] + [(n+1)/25] + [(n+2)/25] + [(n+3)/25] + [(n+4)/25].

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 7, 8, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 12, 13, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15
Offset: 0

Views

Author

Reinhard Zumkeller, Mar 28 2004

Keywords

Comments

Conjectured g.f. confirmed with more terms similar to A093390, A093391, A093393.

Crossrefs

Programs

  • Mathematica
    Table[Total[Table[Floor[(n+d)/25],{d,0,4}]],{n,0,90}] (* Harvey P. Dale, Sep 04 2024 *)

Formula

Empirical g.f.: x^21 / ((x-1)^2*(x^20+x^15+x^10+x^5+1)). - Colin Barker, Apr 01 2013