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.

A197909 Ceiling((n+1/n)^10).

Original entry on oeis.org

1024, 9537, 169351, 1922602, 14455511, 79525194, 345716131, 1253815680, 3941971041, 11046221255, 28162516240, 66354069278, 146236468528, 304356025990, 602797997503, 1143224193789, 2086847748927, 3682210047877, 6303034667439, 10498899284253, 17061992477839
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Cf. A014058.

Programs

  • Magma
    [Ceiling((n+1/n)^10): n in [1..30]]
    
  • Mathematica
    Table[Ceiling[(n+1/n)^10],{n,30}] (* Harvey P. Dale, Jun 19 2012 *)
  • PARI
    a(n)=ceil((n+1/n)^10) \\ Charles R Greathouse IV, Dec 27 2011

Formula

For n > 14, a(n) = n^10 + 10n^8 + 45n^6 + 120n^4 + 210n^2 + 253. - Charles R Greathouse IV, Dec 27 2011