Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A123894

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Expansion of g.f.: (1+x^2)*(1+2*x^2)*(1+3*x^2)*(1+4*x^2)/(1-5*x+10*x^2 -40*x^3+35*x^4-105*x^5 +50*x^6-100*x^7+24*x^8-24*x^9).
(history; published version)
#28 by Michael De Vlieger at Mon Sep 16 23:57:53 EDT 2024
STATUS

reviewed

approved

#27 by Andrew Howroyd at Mon Sep 16 23:19:57 EDT 2024
STATUS

proposed

reviewed

#26 by Jason Yuen at Mon Sep 16 23:11:55 EDT 2024
STATUS

editing

proposed

#25 by Jason Yuen at Mon Sep 16 23:11:52 EDT 2024
COMMENTS

Number of words of length n over ({0,1,2,3,4} which have no factor iji with i>j. - N. J. A. Sloane, May 21 2013

STATUS

approved

editing

#24 by Charles R Greathouse IV at Thu Sep 08 08:45:28 EDT 2022
PROG

(MAGMAMagma) R<x>:=PowerSeriesRing(Integers(), 30); Coefficients(R!( (1+x^2)*(1+2*x^2)*(1+3*x^2)*(1+4*x^2)/(1-5*x+10*x^2 -40*x^3+35*x^4-105*x^5 +50*x^6-100*x^7+24*x^8-24*x^9) )); // G. C. Greubel, Aug 06 2019

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#23 by Alois P. Heinz at Tue Aug 06 19:05:16 EDT 2019
STATUS

proposed

approved

#22 by G. C. Greubel at Tue Aug 06 18:39:55 EDT 2019
STATUS

editing

proposed

#21 by G. C. Greubel at Tue Aug 06 18:38:50 EDT 2019
NAME

GExpansion of g.f.: -(1+x^2)*(1+2*x^2)*(1+3*x^2)*(1+4*x^2)/(-1-5*x+10*x^2-35*x^4-50*x^6 -24*x^8+5*x+40*x^3+35*x^4-105*x^5 +50*x^6-100*x^7+24*x^8-24*x^9).

LINKS

G. C. Greubel, <a href="/A123894/b123894.txt">Table of n, a(n) for n = 0..1000</a>

FORMULA

G.f. may be written more symmetrically as 1/(1-x*(1 +1/(1+x^2) +1/(1+2*x^2) +1/(1+3*x^2) +1/(1+4*x^2))). - N. J. A. Sloane, May 21 2013

MAPLE

seq(coeff(series((1+x^2)*(1+2*x^2)*(1+3*x^2)*(1+4*x^2)/(1 -5*x +10*x^2 -40*x^3+35*x^4-105*x^5+50*x^6-100*x^7+24*x^8-24*x^9), x, n+1), x, n), n = 0 .. 30); # G. C. Greubel, Aug 06 2019

MATHEMATICA

CoefficientList[1/(1 - x(1 + 1/(1+x^2) + 1/(1+2x^2) + 1/(1+3x^2) + 1/(1+4x^2))) + O[x]^24, 30, x] (* Jean-François Alcover, Jan 09 2019 *)

PROG

(PARI) my(x='x+O('x^30)); Vec((1+x^2)*(1+2*x^2)*(1+3*x^2)*(1+4*x^2)/(1 -5*x +10*x^2 -40*x^3+35*x^4-105*x^5+50*x^6-100*x^7+24*x^8-24*x^9)) \\ G. C. Greubel, Aug 06 2019

(MAGMA) R<x>:=PowerSeriesRing(Integers(), 30); Coefficients(R!( (1+x^2)*(1+2*x^2)*(1+3*x^2)*(1+4*x^2)/(1-5*x+10*x^2 -40*x^3+35*x^4-105*x^5 +50*x^6-100*x^7+24*x^8-24*x^9) )); // G. C. Greubel, Aug 06 2019

(Sage) ((1+x^2)*(1+2*x^2)*(1+3*x^2)*(1+4*x^2)/(1-5*x+10*x^2-40*x^3 +35*x^4-105*x^5 +50*x^6-100*x^7+24*x^8-24*x^9)).series(x, 30).coefficients(x, sparse=False) # G. C. Greubel, Aug 06 2019

(GAP) a:=[1, 5, 25, 115, 525, 2405, 11025, 50525, 231525];; for n in [10..30] do a[n]:=5*a[n-1]-10*a[n-2] +40*a[n-3]-35*a[n-4]+105*a[n-5] -50*a[n-6]+100*a[n-7]-24*a[n-8]+24*a[n-9]; od; a; # G. C. Greubel, Aug 06 2019

STATUS

approved

editing

#20 by Bruno Berselli at Wed Jan 09 03:32:50 EST 2019
STATUS

proposed

approved

#19 by Michel Marcus at Wed Jan 09 02:57:49 EST 2019
STATUS

editing

proposed