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.

A017032 a(n) = (7*n + 4)^4.

Original entry on oeis.org

256, 14641, 104976, 390625, 1048576, 2313441, 4477456, 7890481, 12960000, 20151121, 29986576, 43046721, 59969536, 81450625, 108243216, 141158161, 181063936, 228886641, 285610000, 352275361, 429981696, 519885601, 623201296, 741200625, 875213056, 1026625681
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A000583 (n^4), A017029 (7*n+4).

Programs

  • Magma
    [(7*n+4)^4: n in [0..40] ]; // Vincenzo Librandi, Jul 16 2011
    
  • Mathematica
    (7*Range[0, 20] + 4)^4 (* Harvey P. Dale, Mar 03 2012 *)
  • PARI
    Vec(-(81*x^4+9595*x^3+34331*x^2+13361*x+256)/(x-1)^5 + O(x^50)) \\ Colin Barker, Oct 21 2015

Formula

G.f.: -(81*x^4 + 9595*x^3 + 34331*x^2 + 13361*x + 256) / (x-1)^5. - Colin Barker, Oct 21 2015
a(n) = A000583(A017029(n)). - Michel Marcus, Oct 21 2015