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.

A135665 a(n) = floor(sqrt(n) - n^(1/5)).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Nov 25 2007

Keywords

Crossrefs

Programs

  • Magma
    [Floor(n^(1/2)-n^(1/5)): n in [1..100]]; // Vincenzo Librandi, Feb 18 2013
  • Mathematica
    Table[Floor[n^(1/2) - n^(1/5)], {n, 100}] (* Vincenzo Librandi, Feb 18 2013 *)

Extensions

Offset corrected by Mohammad K. Azarian, Nov 19 2008