OFFSET
0,1
COMMENTS
The idea of this renormalization is a symmetry collapse/ catastrophe in the sense of Thom in which a higher A_5 symmetry dodecahedron collapses in renormalization to a very simple D2 at an order of 10 degeneracies.
LINKS
Gareth Jones and David Singerman, Belyi Functions, Hypermaps and Galois Groups, Bull. London Math. Soc., 28 (1996), 561-590. See p. 585.
FORMULA
a(n) = 27*coefficient expansion of -16384*x^15*(x^20 - 228* x^15 + 494*x^10 + 228*x^5 + 1)^3/(27*(-1 + x^2)^20*(x^10 + 11*x^5 - 1)^5)
MATHEMATICA
jA5[x_] = (x^20 - 228*x^15 + 494*x^10 + 228*x^5 + 1)^3/(-1728*x^5*(x^10 + 11* x^5 - 1)^5) jD2[x_] = (x^2 - 1)^2/(-4*x^2) p[x_]=FullSimplify[jA5[x]/jD2[x]^10] a = Flatten[27*{{p[0]}, Table[Coefficient[Series[p[x], {x, 0, 45}], x^n], {n, 1, 45}]}] aout = Flatten[Table[If[a[[n]] == 0, {}, a[[n]]], {n, 1, Length[a]}]]
CROSSREFS
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Mar 07 2006
STATUS
approved