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-2 of 2 results.

A170946 Number of sensed unrooted combinatorial maps with n edges.

Original entry on oeis.org

1, 2, 5, 20, 107, 870, 9436, 122840, 1863359, 32019826, 613981447, 12989756316, 300559406027, 7550660328494, 204687564072918, 5955893472990664, 185158932576089787, 6125200100394894738, 214837724735760642773, 7963817561236130021156, 311101285883236139915989
Offset: 0

Views

Author

N. J. A. Sloane, Feb 21 2010

Keywords

Comments

Also number of "dessins d'enfants" with n edges. - Mark van Hoeij, Jan 23 2011
a(n) also counts the Feynman diagrams of the QED vacuum polarization with 2*n vertices: fermion lines (resp. boson lines, vertices) of the Feynman diagrams correspond to the vertices (resp. edges, darts) of the combinatorial maps, and the circular order of the edges around each vertex in a map is encoded in the topology of the corresponding Feynman diagram. - Andrey Zabolotskiy, Jan 28 2025

Crossrefs

Row sums of A379438 and A380615.
Cf. A170947 (achiral), A214816 (unsensed).
Cf. A268558 (inv. Euler Transf.)

Extensions

a(0)=1 prepended by Andrew Howroyd, Jan 28 2025

A268556 Number of pairs (tau, sigma) of permutations of a set of size 4*n, where tau (resp. sigma) has only 2-cycles (resp. 4-cycles), up to simultaneous conjugacy.

Original entry on oeis.org

1, 2, 10, 54, 491, 6430, 119475, 2775582, 76733201, 2439149685, 87453344290, 3488115999471, 153144951882415, 7338420391031823, 381071098250317995, 21315652618569993733, 1277715228291442258979, 81707184260073101216920, 5552193525061715345715130, 399514236526927579390940395
Offset: 0

Views

Author

N. J. A. Sloane, Mar 02 2016

Keywords

Comments

a(n) is the number of not necessarily connected 4-regular sensed combinatorial maps on an orientable surface with n vertices (and therefore 2n edges). - Andrew Howroyd, Jan 29 2025

Crossrefs

Programs

  • PARI
    D(m,k)={my(g=gcd(m,k)); sumdiv(g, d, my(j=m/d); x^j*eulerphi(d)*k^(j-1)/j)}
    seq(n)={my(m=4,t=m*n); Vec(prod(k=1, t, my(A=O(x^(t\k+1)), p=serconvol(exp(A + D(m,k)), exp(A + D(2,k)))); sum(r=0, t\k, if(k*r%m==0, r!*polcoef(p,r)/(k^r)*x^(k*r/m)), O(x*x^n)) ))} \\ Andrew Howroyd, Jan 29 2025

Formula

Euler transform of A292206. - Andrey Zabolotskiy, Jan 14 2025

Extensions

a(0) and terms a(10)-a(17) from Andrey Zabolotskiy, Jan 23 2025
a(18) onwards from Andrew Howroyd, Jan 27 2025
Showing 1-2 of 2 results.