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.

Showing 1-5 of 5 results.

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

A197768 Ceiling((8*n+1/n)^n).

Original entry on oeis.org

9, 273, 14409, 1081731, 104985729, 12487616539, 1758172862980, 285903205720513, 52725376090628156, 10872393464815690144, 2478802987043990078457, 619122710473385614426210, 168115507427305189329095428, 49309285630177314887251611601
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Programs

  • Magma
    [Ceiling((8*n+1/n)^n): n in [1..20]]

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

A197770 Ceiling((10*n+1/n)^n).

Original entry on oeis.org

11, 421, 27911, 2624603, 318800201, 47439020042, 8353801755007, 1698808167100876, 391746480089540116, 101004512021025221013, 28791615763253886202481, 8990685731188213404550239, 3052132045866636492112058600, 1119164206256115117485135326642, 440822282742124422495281791483359
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Programs

  • Magma
    [Ceiling((10*n+1/n)^n): n in [1..20]]
  • Maple
    A197770:=n->ceil((10*n+1/n)^n); seq(A197770(n), n=1..20); # Wesley Ivan Hurt, Jun 14 2014
  • Mathematica
    Table[Ceiling[(10n+1/n)^n],{n,20}] (* Harvey P. Dale, Dec 03 2012 *)

A197771 Ceiling((11*n+1/n)^n).

Original entry on oeis.org

12, 507, 37038, 3834009, 512501793, 83914215403, 16258109291003, 3637416562713076, 922786228220640102, 261741863272493596615, 82078032321730681299098, 28195269239973685901676783, 10529425953839699619063326836
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Programs

  • Magma
    [Ceiling((11*n+1/n)^n): n in [1..20]]
  • Mathematica
    Table[Ceiling[((11n+1/n))^n],{n,20}] (* Harvey P. Dale, Feb 02 2014 *)
Showing 1-5 of 5 results.