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-4 of 4 results.

A077107 Least integer cube >= n^2.

Original entry on oeis.org

0, 1, 8, 27, 27, 27, 64, 64, 64, 125, 125, 125, 216, 216, 216, 343, 343, 343, 343, 512, 512, 512, 512, 729, 729, 729, 729, 729, 1000, 1000, 1000, 1000, 1331, 1331, 1331, 1331, 1331, 1728, 1728, 1728, 1728, 1728, 2197, 2197, 2197, 2197, 2197, 2744
Offset: 0

Views

Author

Reinhard Zumkeller, Oct 29 2002

Keywords

Examples

			a(20) = 512, as 512 = 8^3 is the least cube >= 400 = 20^2.
		

Crossrefs

Programs

  • Mathematica
    Table[Ceiling[Surd[n^2,3]]^3,{n,0,50}] (* Harvey P. Dale, Jan 02 2020 *)

Formula

a(n) - A070923(n) = n^2.
a(n) = A121536(n)^3. - Amiram Eldar, May 17 2025
a(n) = A048763(n^2). - Michel Marcus, May 17 2025

A134917 a(n) = ceiling(n^(4/3)).

Original entry on oeis.org

1, 3, 5, 7, 9, 11, 14, 16, 19, 22, 25, 28, 31, 34, 37, 41, 44, 48, 51, 55, 58, 62, 66, 70, 74, 78, 81, 86, 90, 94, 98, 102, 106, 111, 115, 119, 124, 128, 133, 137, 142, 146, 151, 156, 161, 165, 170, 175, 180, 185, 190, 195, 200
Offset: 1

Views

Author

Mohammad K. Azarian, Nov 17 2007

Keywords

Crossrefs

Programs

A134918 Ceiling(n^(5/3)).

Original entry on oeis.org

1, 4, 7, 11, 15, 20, 26, 32, 39, 47, 55, 63, 72, 82, 92, 102, 113, 124, 136, 148, 160, 173, 187, 200, 214, 229, 243, 259, 274, 290, 306, 323, 340, 357, 375, 393, 411, 430, 449, 468, 488, 508, 528, 549, 570, 591, 613, 634, 657
Offset: 1

Views

Author

Mohammad K. Azarian, Nov 17 2007

Keywords

Crossrefs

Programs

A134919 Floor(n^(5/3)).

Original entry on oeis.org

1, 3, 6, 10, 14, 19, 25, 32, 38, 46, 54, 62, 71, 81, 91, 101, 112, 123, 135, 147, 159, 172, 186, 199, 213, 228, 243, 258, 273, 289, 305, 322, 339, 356, 374, 392, 410, 429, 448, 467, 487, 507, 527, 548, 569, 590, 612, 633, 656
Offset: 1

Views

Author

Mohammad K. Azarian, Nov 17 2007

Keywords

Crossrefs

Programs

Showing 1-4 of 4 results.