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.

A197903 Ceiling((n+1/n)^4).

Original entry on oeis.org

16, 40, 124, 327, 732, 1447, 2604, 4359, 6892, 10407, 15132, 21319, 29244, 39207, 51532, 66567, 84684, 106279, 131772, 161607, 196252, 236199, 281964, 334087, 393132, 459687, 534364, 617799, 710652, 813607, 927372, 1052679, 1190284, 1340967, 1505532, 1684807
Offset: 1

Views

Author

Vincenzo Librandi, Oct 19 2011

Keywords

Crossrefs

Programs

  • Magma
    [Ceiling((n+1/n)^4): n in [1..50]]
  • Mathematica
    Table[Ceiling[(n+1/n)^4],{n,40}] (* Harvey P. Dale, Apr 09 2015 *)

Formula

a(n) = n^4 +4*n^2 +7, n>=3.
G.f.: (x^6-x^5-17*x^4+53*x^3-84*x^2+40*x-16)/(x-1)^5. - Harvey P. Dale, Apr 09 2015