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.

A032519 Sum of the integer part of 11/3-th roots of integers less than n.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 103, 106, 109, 112, 115, 118, 121, 124, 127, 130, 133
Offset: 0

Views

Author

Michel Tixier (tixier(AT)dyadel.net)

Keywords

Programs

  • Mathematica
    Accumulate[Table[IntegerPart[Surd[n^3,11]],{n,0,70}]] (* Harvey P. Dale, Aug 13 2019 *)