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.

A197715 Floor((n+1/5)^n).

Original entry on oeis.org

1, 4, 32, 311, 3802, 56800, 1003061, 20441408, 472161363, 12189944199, 347854999334, 10872213398722, 369369563065819, 13553043160362242, 534138422146939893, 22502990284669009819, 1009214769013552542796, 48004835269442445650150, 2413922625560072092051194, 127946199132847926094882311
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

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