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.

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