OFFSET
4,3
LINKS
Andrew Howroyd, Table of n, a(n) for n = 4..500
CombOS - Combinatorial Object Server, generate planar graphs
Pascal Honvault, Equivalent classes of degree sequences for triangulated polyhedra and their convex realization, Contributions to Disc. Math. (2021) Vol. 16, No. 1, 128-137.
Pascal Honvault, Local geometry of polyhedra, hal-03744217 [math], 2022.
The House of Graphs, Planar graphs
PROG
(PARI) a(n)={if(n<3, 0, (2*binomial(4*(n-3)+1, n-3)/((n-2)*(3*n-7))
+ 3*sumdiv(n-2, d, if(d>=2, my(s=(n-2)/d); eulerphi(d)*binomial(4*s, s))/4)
+ if(n%2==1, my(s=(n-3)/2); 3*binomial(4*s, s)*(2*s+1)/(3*s+1))
+ if(n%3==1, my(s=(n-4)/3); 8*binomial(4*s, s)*(4*s+1)/(3*s+1))
+ if(n%3==0, my(s=(n-3)/3); 2*binomial(4*s, s)) )/(6*(n-2)))} \\ Andrew Howroyd, Mar 02 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Danny Rorabaugh, Feb 27 2015
EXTENSIONS
Name clarified and terms a(24) and beyond from Andrew Howroyd, Mar 02 2021
STATUS
approved