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.

A017140 a(n) = (8*n+6)^4.

Original entry on oeis.org

1296, 38416, 234256, 810000, 2085136, 4477456, 8503056, 14776336, 24010000, 37015056, 54700816, 78074896, 108243216, 146410000, 193877776, 252047376, 322417936, 406586896, 506250000, 623201296
Offset: 0

Views

Author

Keywords

Programs

  • Magma
    [(8*n+6)^4: n in [0..35]]; // Vincenzo Librandi, Jul 22 2011
  • Mathematica
    (8*Range[0,20]+6)^4 (* or  *) LinearRecurrence[{5,-10,10,-5,1},{1296,38416,234256,810000,2085136},20] (* Harvey P. Dale, Sep 21 2021 *)

Formula

G.f.: ( -1296-31936*x-55136*x^2-9920*x^3-16*x^4 ) / (x-1)^5. - R. J. Mathar, Aug 26 2015
a(n) = 16*A016840(n). - R. J. Mathar, Aug 26 2015