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.

Showing 1-3 of 3 results.

A246036 Expansion of (1+4*x)/((1+2*x)*(1-4*x)).

Original entry on oeis.org

1, 6, 20, 88, 336, 1376, 5440, 21888, 87296, 349696, 1397760, 5593088, 22368256, 89481216, 357908480, 1431666688, 5726601216, 22906535936, 91625881600, 366504050688, 1466015154176, 5864062713856, 23456246661120, 93824995033088, 375299963355136, 1501199886974976, 6004799480791040, 24019198057381888
Offset: 0

Views

Author

N. J. A. Sloane, Aug 21 2014

Keywords

Comments

Also, fourth moments of Rudin-Shapiro polynomials (see Doche, Doche-Habsieger, Ekhad papers). - Doron Zeilberger, Apr 15 2016

Crossrefs

Programs

  • Magma
    I:=[1,6]; [n le 2 select I[n] else 2*Self(n-1)+8*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Aug 22 2014
    
  • Mathematica
    CoefficientList[Series[(1+4x)/((1+2x)(1-4x)), {x, 0, 50}], x] (* Vincenzo Librandi, Aug 22 2014 *)
  • PARI
    Vec((1+4*x)/((1+2*x)*(1-4*x)) + O(x^100)) \\ Colin Barker, Aug 22 2014
    
  • PARI
    apply( A246036(n)=(4^(1+n)-(-2)^n)/3, [0..30]) \\ M. F. Hasler, Sep 18 2020
    
  • SageMath
    A246036= BinaryRecurrenceSequence(2,8,1,6)
    [A246036(n) for n in range(41)] # G. C. Greubel, Mar 08 2023

Formula

a(n) = 2*a(n-1) + 8*a(n-2).
a(n) = (4^(1+n) - (-2)^n)/3. - Colin Barker, Aug 22 2014
a(n) = A054881(n+3)/8. - L. Edson Jeffery, Apr 22 2015
a(n) = A003683(n+2)/2 and the above formula follow from the explicit expression for a(n), cf. second formula. - M. F. Hasler, Sep 11 2020
a(n) = 2^n*A001045(n+2). - R. J. Mathar, Mar 08 2021

A271495 Eighth moments of the Rudin-Shapiro polynomials.

Original entry on oeis.org

1, 70, 668, 14104, 198640, 3420256, 53143488, 864838016, 13714054912, 220102985216, 3513567575040, 56284226394112, 900460612808704, 14414430456537088, 230619566685274112, 3689872453256970240, 59031392914560188416, 944463240632040030208, 15111217402853747064832
Offset: 0

Views

Author

N. J. A. Sloane, Apr 15 2016

Keywords

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

Formula

G.f.: -(90194313216*t^11 -15300820992*t^10 -1979711488*t^9 -292552704*t^8 -22216704*t^7 +10649600*t^6 -1024*t^5 -144384*t^4 +7008*t^3 +664*t^2 -54*t -1) / (8*t+1) / (16*t-1) / (1409286144*t^10 -264241152*t^9 -25690112*t^8 -4128768*t^7 -311296*t^6 +170496*t^5 -2624*t^4 -2208*t^3 +148*t^2 +8*t -1).

A271496 Tenth moments of the Rudin-Shapiro polynomials.

Original entry on oeis.org

1, 252, 4144, 187328, 5143296, 182336512, 5664518144, 185202884608, 5854499373056, 187705543360512, 5987197055401984, 191926028833128448, 6145480467693961216, 196854507263106220032, 6299857999165520871424, 201565743393381566906368, 6448321065980862740299776
Offset: 0

Views

Author

N. J. A. Sloane, Apr 15 2016

Keywords

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

Formula

G.f.: -(369435906932736*t^11 -32160715112448*t^10 -2001454759936*t^9 -145223581696*t^8 -4454350848*t^7 +1392508928*t^6 -5865472*t^5 -4599808*t^4 +123648*t^3 +4768*t^2 -220*t -1) / (1+16*t) / (32*t-1) / (1443109011456*t^10 -135291469824*t^9 -6576668672*t^8 -528482304*t^7 -19922944*t^6 +5455872*t^5 -41984*t^4 -17664*t^3 +592*t^2 +16*t -1)
Showing 1-3 of 3 results.