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.

Showing 1-1 of 1 results.

A194698 a(n) = floor((n - 1)/12) - floor((n^2 - 1)/(24*n)).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4
Offset: 1

Views

Author

Omar E. Pol, Jan 18 2012

Keywords

Comments

A similar formula for prime indices is mentioned in the abstract of the Folson-Kent-Ono paper (See A194699).

Crossrefs

Programs

  • Mathematica
    Table[Floor[(n-1)/12]-Floor[(n^2-1)/(24n)],{n,90}] (* Harvey P. Dale, Oct 23 2021 *)
Showing 1-1 of 1 results.