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.

Showing 1-1 of 1 results.

A197984 Round((11*n+1/n)^n).

Original entry on oeis.org

12, 506, 37037, 3834009, 512501792, 83914215402, 16258109291002, 3637416562713075, 922786228220640101, 261741863272493596614, 82078032321730681299097, 28195269239973685901676782, 10529425953839699619063326836
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

  • Magma
    [Round((11*n+1/n)^n): n in [1..20]]
  • Mathematica
    Table[Round[(11n+1/n)^n],{n,20}] (* Harvey P. Dale, May 07 2021 *)
Showing 1-1 of 1 results.