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.

A197711 Floor((n+1/n)^10).

Original entry on oeis.org

1024, 9536, 169350, 1922601, 14455510, 79525193, 345716130, 1253815679, 3941971040, 11046221254, 28162516239, 66354069277, 146236468527, 304356025989, 602797997502, 1143224193788, 2086847748926, 3682210047876, 6303034667438, 10498899284252, 17061992477838, 27113811835076, 42216316373726, 64512773675388
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((n+1/n)^10): n in [1..40]]
  • Mathematica
    Table[Floor[(n+1/n)^10],{n,30}] (* Harvey P. Dale, May 01 2013 *)