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.

A197713 Floor((n+1/3)^n).

Original entry on oeis.org

1, 5, 37, 352, 4315, 64534, 1140538, 23256803, 537441241, 13880477010, 396218076727, 12386985584175, 420923890579261, 15447592770126359, 608903758014263548, 25656487848259583960, 1150788495459483630199, 54745172171004903538414, 2753138362843249502728559, 145939080567682948612742851
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((n+1/3)^n): n in [1..20]]
  • Mathematica
    Table[Floor[(n+1/3)^n],{n,20}] (* Harvey P. Dale, Sep 25 2013 *)