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.

A197975 Round((2*n+1/n)^n).

Original entry on oeis.org

3, 20, 254, 4633, 110408, 3243618, 113177496, 4570858599, 209655304353, 10763674952098, 611433842280388, 38071427445729200, 2578294348444597267, 188670154792420320214, 14834716200104606205407, 1247263229999781126495328, 111661618863544248806155259
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

  • Magma
    [Round((2*n+1/n)^n): n in [1..20]]
  • Mathematica
    Table[Round[(2n+1/n)^n],{n,20}] (* Harvey P. Dale, May 28 2018 *)

Extensions

Corrected and extended by Harvey P. Dale, May 28 2018