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.

A197977 Round((4*n+1/n)^n).

Original entry on oeis.org

5, 72, 1876, 69729, 3363232, 199205127, 13982257729, 1134344816184, 104416147080711, 10750872867074586, 1224163955433850944, 152733676280699540998, 20719969553916698313304, 3036565789908881887393114
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

  • Magma
    [Round((4*n+1/n)^n): n in [1..20]]
  • Mathematica
    Table[Round[(4n+1/n)^n],{n,20}] (* Harvey P. Dale, Aug 20 2013 *)