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.

A197322 a(n) = floor((2*n+1/n)^n).

Original entry on oeis.org

3, 20, 254, 4632, 110408, 3243617, 113177496, 4570858599, 209655304352, 10763674952097, 611433842280387, 38071427445729200, 2578294348444597266, 188670154792420320214, 14834716200104606205407, 1247263229999781126495327, 111661618863544248806155259
Offset: 1

Views

Author

Vincenzo Librandi, Oct 17 2011

Keywords

Crossrefs

Cf. A014052.

Programs

  • Magma
    [Floor((2*n+1/n)^n): n in [1..20]];
  • Mathematica
    Table[Floor[(2n+1/n)^n],{n,20}] (* Harvey P. Dale, Mar 25 2018 *)