login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115348 Five-coordinate renormalization of A_5 to pentadentate D_2 polynomial as a coefficient expansion. 0

%I #13 Jun 09 2022 14:42:23

%S 16384,327680,3440640,12107776,25231360,242155520,145080320,

%T 2542632960,3921969152,18645975040,67413278720,107214356480,

%U 688149954560,882910511104,5003772477440,9509919129600,28675705569280,85303631052800

%N Five-coordinate renormalization of A_5 to pentadentate D_2 polynomial as a coefficient expansion.

%C 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.

%H Gareth Jones and David Singerman, <a href="https://doi.org/10.1112/blms/28.6.561">Belyi Functions, Hypermaps and Galois Groups</a>, Bull. London Math. Soc., 28 (1996), 561-590. See p. 585.

%F 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)

%t 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]}]]

%K nonn,uned

%O 0,1

%A _Roger L. Bagula_, Mar 07 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)