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.

A132913 a(n) = ceiling(sqrt(n) + n^(1/3)).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Nov 18 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Ceiling[Sqrt[n]+Surd[n,3]],{n,70}] (* Harvey P. Dale, Jul 31 2018 *)