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.

A197972 a(n) = ceiling((n+1/3)^n).

Original entry on oeis.org

2, 6, 38, 353, 4316, 64535, 1140539, 23256804, 537441242, 13880477011, 396218076728, 12386985584176, 420923890579262, 15447592770126360, 608903758014263549, 25656487848259583961, 1150788495459483630200, 54745172171004903538415
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

  • Magma
    [Ceiling((n+1/3)^n): n in [1..20]]
  • Mathematica
    Table[Ceiling[(n+1/3)^n],{n,20}] (* Harvey P. Dale, Nov 09 2014 *)