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.

A197974 Ceiling((n+1/5)^n).

Original entry on oeis.org

2, 5, 33, 312, 3803, 56801, 1003062, 20441409, 472161364, 12189944200, 347854999335, 10872213398723, 369369563065820, 13553043160362243, 534138422146939894, 22502990284669009820, 1009214769013552542797, 48004835269442445650151
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

  • Magma
    [Ceiling((n+1/5)^n): n in [1..20]]
  • Mathematica
    Table[Ceiling[(n+1/5)^n],{n,20}] (* Harvey P. Dale, Oct 05 2016 *)