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.

A197907 Ceiling((n+1/n)^8).

Original entry on oeis.org

256, 1526, 15242, 106442, 534598, 2091240, 6776037, 18992711, 47486564, 108285671, 228948164, 454458311, 855154436, 1537112039, 2655445796, 4431034439, 7171212836, 11295015911, 17363599364, 26116502471, 38514458564, 55789499111, 79503137636, 111613460039
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Cf. A014058.

Programs

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

Formula

For n > 7, a(n) = n^8 + 8n^6 + 28n^4 + 56n^2 + 70. [Charles R Greathouse IV, Dec 27 2011]