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.

A197979 a(n) = round((6*n+1/n)^n).

Original entry on oeis.org

7, 156, 6162, 345818, 25120872, 2237952687, 236084694122, 28771727614749, 3977205817386553, 614815375624938276, 105089416995538138498, 19679693805738843682351, 4006775128162674717660622
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

  • Magma
    [Round((6*n+1/n)^n): n in [1..20]];
  • Mathematica
    Table[Round[(6n+1/n)^n],{n,20}] (* Harvey P. Dale, Jul 30 2024 *)