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.

A198078 a(n) = round((n+1/4)^n).

Original entry on oeis.org

1, 5, 34, 326, 3988, 59605, 1052849, 21460092, 495764693, 12800845442, 365323615365, 11419131242071, 387977390372850, 14236659589753581, 561109543344974894, 23640346895461300427, 1060265646084471617079, 50434955069054663240727
Offset: 1

Views

Author

Vincenzo Librandi, Oct 21 2011

Keywords

Crossrefs

Programs

  • Magma
    [Round((n+1/4)^n): n in [1..20]];
  • Mathematica
    Table[Round[(n + 1/4)^n], {n, 20}] (* Wesley Ivan Hurt, Jun 22 2022 *)