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.

A271494 Expansion of (1+16*x)/((1+4*x)*(1-8*x)).

Original entry on oeis.org

1, 20, 112, 1088, 7936, 66560, 520192, 4210688, 33488896, 268697600, 2146435072, 17184063488, 137422176256, 1099578736640, 8795824586752, 70369817919488, 562945658454016, 4503616807239680, 36028728299487232, 288230651029618688, 2305841909702066176, 18446748471756062720
Offset: 0

Views

Author

N. J. A. Sloane, Apr 15 2016

Keywords

Comments

Sixth moments of the Rudin-Shapiro polynomials.

References

  • Shalosh B. Ekhad, Explicit Generating Functions, Asymptotics, and More for the First 10 Even Moments of the Rudin-Shapiro Polynomials, Preprint, 2016.
  • Doron Zeilberger, Personal Communication to N. J. A. Sloane, Apr 15 2016.

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(1+16x)/((1+4x)(1-8x)),{x,0,30}],x] (* or *) LinearRecurrence[{4,32},{1,20},30] (* Harvey P. Dale, May 13 2017 *)
  • PARI
    Vec((1+16*x)/((1+4*x)*(1-8*x)) + O(x^50)) \\ Colin Barker, Apr 17 2016

Formula

From Colin Barker, Apr 17 2016: (Start)
a(n) = 2^(1+3*n)-(-4)^n.
a(n) = 4*a(n-1) + 32*a(n-2) for n>1.
(End)
a(n) = 4^n*A014551(n+1). - R. J. Mathar, Mar 08 2021