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.

A197905 Ceiling((n+1/n)^6).

Original entry on oeis.org

64, 245, 1372, 5893, 19771, 54993, 132811, 287701, 572043, 1061521, 1861243, 3112581, 5000731, 7762993, 11697771, 17174293, 24643051, 34646961, 47833243, 64966021, 86939643, 114792721, 149722891, 193102293, 246493771, 311667793, 390620091, 485590021
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Cf. A014058.

Programs

  • Magma
    [Ceiling((n+1/n)^6): n in [1..50]]
  • Mathematica
    Table[Ceiling[(n+1/n)^6],{n,30}] (* Harvey P. Dale, May 17 2015 *)