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.

Previous Showing 21-23 of 23 results.

A198077 Round((n+1/3)^n).

Original entry on oeis.org

1, 5, 37, 353, 4315, 64535, 1140539, 23256804, 537441241, 13880477010, 396218076727, 12386985584176, 420923890579262, 15447592770126360, 608903758014263549, 25656487848259583960, 1150788495459483630200, 54745172171004903538414
Offset: 1

Views

Author

Vincenzo Librandi, Oct 21 2011

Keywords

Crossrefs

Cf. A014056.

Programs

  • Magma
    [Round((n+1/3)^n): n in [1..20]];

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 *)

A198079 Round((n+1/5)^n).

Original entry on oeis.org

1, 5, 33, 311, 3802, 56800, 1003061, 20441409, 472161363, 12189944200, 347854999335, 10872213398723, 369369563065819, 13553043160362243, 534138422146939893, 22502990284669009819, 1009214769013552542796, 48004835269442445650150
Offset: 1

Views

Author

Vincenzo Librandi, Oct 21 2011

Keywords

Crossrefs

Cf. A014056.

Programs

  • Magma
    [Round((n+1/5)^n): n in [1..20]];
  • Mathematica
    Table[Round[(n+1/5)^n],{n,20}] (* Harvey P. Dale, Jul 12 2014 *)
Previous Showing 21-23 of 23 results.