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.

A197981 Round((8*n+1/n)^n).

Original entry on oeis.org

9, 272, 14408, 1081730, 104985728, 12487616539, 1758172862980, 285903205720512, 52725376090628155, 10872393464815690144, 2478802987043990078456, 619122710473385614426210, 168115507427305189329095427
Offset: 1

Views

Author

Vincenzo Librandi, Oct 20 2011

Keywords

Crossrefs

Programs

  • Magma
    [Round((8*n+1/n)^n): n in [1..20]]
  • Mathematica
    Table[Round[(8n+1/n)^n],{n,20}] (* Harvey P. Dale, Oct 07 2023 *)