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.

A197767 Ceiling((7*n+1/n)^n).

Original entry on oeis.org

8, 211, 9710, 636904, 54039749, 5621026397, 692186010835, 98457959756723, 15883727818630152, 2865366503771469411, 571524481184700575470, 124887520213444076248620, 29669385469799155774434099, 7613687050766411443598268999
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Programs

  • Magma
    [Ceiling((7*n+1/n)^n): n in [1..20]]
  • Mathematica
    Table[Ceiling[(7n+1/n)^n],{n,20}] (* Harvey P. Dale, Jul 19 2024 *)