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.

A198079 Round((n+1/5)^n).

Original entry on oeis.org

1, 5, 33, 311, 3802, 56800, 1003061, 20441409, 472161363, 12189944200, 347854999335, 10872213398723, 369369563065819, 13553043160362243, 534138422146939893, 22502990284669009819, 1009214769013552542796, 48004835269442445650150
Offset: 1

Views

Author

Vincenzo Librandi, Oct 21 2011

Keywords

Crossrefs

Cf. A014056.

Programs

  • Magma
    [Round((n+1/5)^n): n in [1..20]];
  • Mathematica
    Table[Round[(n+1/5)^n],{n,20}] (* Harvey P. Dale, Jul 12 2014 *)