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.

A197769 a(n) = ceiling((9*n+1/n)^n).

Original entry on oeis.org

10, 343, 20422, 1726761, 188665363, 25257633874, 4001931082418, 732295911309957, 151957855559538859, 35257207352182955135, 9044237131202445725078, 2541585712463861383036827, 776473970630759909605090448, 256232041409079180707274204958
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Programs

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