login

Revision History for A005813

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

Showing entries 1-10 | older changes
Molien series for 6-dimensional complex representation of double cover of J2.
(history; published version)
#21 by Charles R Greathouse IV at Thu Sep 08 08:44:34 EDT 2022
PROG

(MAGMAMagma) R<x>:=PowerSeriesRing(Integers(), 60); Coefficients(R!( (1-x^3-x^4+x^10 +x^11+x^12+x^16-x^19-x^23+x^26+x^30+x^31 +x^32-x^38-x^39+x^42)/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^7)*(1-x^10)*(1-x^15)) )); // G. C. Greubel, Feb 06 2020

Discussion
Thu Sep 08
08:44
OEIS Server: https://oeis.org/edit/global/2944
#20 by Alois P. Heinz at Thu Feb 06 12:47:21 EST 2020
STATUS

editing

approved

#19 by Alois P. Heinz at Thu Feb 06 12:47:05 EST 2020
DATA

1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0, 1, 2, 3, 1, 4, 2, 5, 5, 7, 4, 10, 8, 12, 12, 16, 13, 24, 21, 27, 27, 35, 34, 48, 45, 54, 57, 72, 70, 90, 88, 104, 112, 132, 132, 159, 162, 188, 199, 228, 230, 270, 281, 316, 333, 373, 384, 441, 458, 506, 532, 590, 613

#18 by Alois P. Heinz at Thu Feb 06 12:45:55 EST 2020
MAPLE

# p/q = 1 +x^12 +x^20 +2*x^24 +x^28 +..., where

seq(coeff(series(p/q, x, 2*n+1), x, 2*n), n=0..60);

STATUS

proposed

editing

#17 by G. C. Greubel at Thu Feb 06 01:22:46 EST 2020
STATUS

editing

proposed

#16 by G. C. Greubel at Thu Feb 06 01:21:44 EST 2020
FORMULA

G.f.: (1 -x^3 -x^4 +x^10 +x^11 +x^12 +x^16 -x^19 -x^23 +x^26 +x^30 +x^31 +x^32 -x^38 -x^39 +x^42)/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^7)*(1-x^10)*(1-x^15)). - G. C. Greubel, Feb 06 2020

MAPLE

p/q = 1 +x^12 +x^20 +2*x^24 +x^28 +..., where

p := x^140 +x^110 +x^108 +x^106 +2*x^104 +2*x^102 +3*x^100 +3*x^98 +3*x^96 +3*x^94 +4*x^92 +4*x^90 +4*x^88 +4*x^86 +4*x^84 +4*x^82 +4*x^80 +4*x^78 +3*x^76 +4*x^74 +3*x^72 +4*x^70 +3*x^68 +4*x^66 +3*x^64 +4*x^62 +4*x^60 +4*x^58 +4*x^56 +4*x^54 +4*x^52 +4*x^50 +4*x^48 +3*x^46 +3*x^44 +3*x^42 +3*x^40 +2*x^38 +2*x^36 +x^34 +x^32 +x^30 +1;

4*x^90+4*x^88+4*x^86+4*x^84+4*x^82+4*x^80+4*x^78+3*x^76+4*x^74+3*x^72+4*x^70+

3*x^68+4*x^66+3*x^64+4*x^62+4*x^60+4*x^58+4*x^56+4*x^54+4*x^52+4*x^50+4*x^48+

3*x^46+3*x^44+3*x^42+3*x^40+2*x^38+2*x^36+x^34+x^32+x^30+1;

MATHEMATICA

CoefficientList[Series[(1-x^3-x^4+x^10+x^11+x^12+x^16-x^19-x^23+x^26+x^30+x^31 +x^32-x^38-x^39+x^42)/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^7)*(1-x^10)*(1-x^15)), {x, 0, 60}], x] (* G. C. Greubel, Feb 06 2020 *)

PROG

(PARI) Vec( (1-x^3-x^4+x^10+x^11+x^12+x^16-x^19-x^23+x^26+x^30+x^31 +x^32-x^38-x^39+x^42)/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^7)*(1-x^10)*(1-x^15)) +O('x^60) ) \\ G. C. Greubel, Feb 06 2020

(MAGMA) R<x>:=PowerSeriesRing(Integers(), 60); Coefficients(R!( (1-x^3-x^4+x^10 +x^11+x^12+x^16-x^19-x^23+x^26+x^30+x^31 +x^32-x^38-x^39+x^42)/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^7)*(1-x^10)*(1-x^15)) )); // G. C. Greubel, Feb 06 2020

(Sage)

def A005813_list(prec):

P.<x> = PowerSeriesRing(ZZ, prec)

return P( (1-x^3-x^4+x^10+x^11+x^12+x^16-x^19-x^23+x^26+x^30+x^31 +x^32-x^38-x^39+x^42)/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^7)*(1-x^10)*(1-x^15)) ).list()

A005813_list(60) # G. C. Greubel, Feb 06 2020

STATUS

approved

editing

#15 by Ray Chandler at Fri Jan 06 15:31:54 EST 2017
STATUS

editing

approved

#14 by Ray Chandler at Fri Jan 06 15:31:45 EST 2017
LINKS

Ray Chandler, <a href="/A005813/b005813.txt">Table of n, a(n) for n = 0..1000</a>

<a href="/index/Rec#order_45">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 1, 1, 0, 1, 0, 0, -1, -1, -1, 0, -1, 0, 1, 0, 1, -1, 0, 1, 0, 0, 0, 0, 1, 0, -1, 1, 0, 1, 0, -1, 0, -1, -1, -1, 0, 0, 1, 0, 1, 1, 0, 0, -1).

STATUS

approved

editing

#13 by Alois P. Heinz at Sun Feb 01 16:39:39 EST 2015
STATUS

proposed

approved

#12 by Jon E. Schoenfield at Sun Feb 01 16:34:30 EST 2015
STATUS

editing

proposed

Discussion
Sun Feb 01
16:39
Alois P. Heinz: perhaps later, ...