A380618 Number of sensed combinatorial maps with n edges and 2 vertices.
1, 2, 8, 38, 275, 2614, 30346, 415360, 6513999, 115063118, 2259975228, 48860184539, 1153140907207, 29502289676802, 813371784160602, 24040797257734161, 758379326971459945, 25432414455826532993, 903508909333199982128, 33897272145242834426910, 1339265974992611047296679
Offset: 1
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..200
Programs
-
PARI
\\ Needs G(), InvEulerMTS from A380615. seq(n, k=2)={my(y='y); Vec(polcoef(InvEulerMTS(G(n, y*(1 + O(y^k)))), k, y))}
Comments