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.

A197983 Round((10*n+1/n)^n).

Original entry on oeis.org

11, 420, 27910, 2624603, 318800200, 47439020042, 8353801755006, 1698808167100876, 391746480089540115, 101004512021025221012, 28791615763253886202480, 8990685731188213404550239, 3052132045866636492112058599
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

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