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.

A197982 a(n) = round((9*n+1/n)^n).

Original entry on oeis.org

10, 342, 20421, 1726760, 188665362, 25257633874, 4001931082418, 732295911309956, 151957855559538858, 35257207352182955135, 9044237131202445725077, 2541585712463861383036826
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

  • Magma
    [Round((9*n+1/n)^n): n in [1..20]]
  • Mathematica
    Table[Round[(9n+1/n)^n],{n,20}] (* Harvey P. Dale, Jan 29 2013 *)
Showing 1-1 of 1 results.