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.

A048762 Largest cube <= n.

Original entry on oeis.org

0, 1, 1, 1, 1, 1, 1, 1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 64, 64, 64
Offset: 0

Views

Author

Charles T. Le (charlestle(AT)yahoo.com)

Keywords

References

  • Krassimir T. Atanassov, On the 40th and 41st Smarandache Problems, Notes on Number Theory and Discrete Mathematics, Sophia, Bulgaria, Vol. 4, No. 3 (1998), 101-104.
  • J. Castillo, Other Smarandache Type Functions: Inferior/Superior Smarandache f-part of x, Smarandache Notions Journal, Vol. 10, No. 1-2-3 (1999), 202-204.

Crossrefs

Programs

  • Haskell
    a048762 n = last $ takeWhile (<= n) a000578_list
    -- Reinhard Zumkeller, Nov 28 2011
  • Maple
    A048762 := proc(n)
            floor(root[3](n)) ;
            %^3 ;
    end proc: # R. J. Mathar, Nov 06 2011
  • Mathematica
    Floor[Surd[Range[0,70],3]]^3 (* Harvey P. Dale, Jun 23 2013 *)

Formula

Sum_{n>=1} 1/a(n)^2 = Pi^4/30 + Pi^6/945 + 3*zeta(5). - Amiram Eldar, Aug 15 2022