OFFSET
1,2
COMMENTS
"Rooted" means some cell of the polycube is designated as the origin. This has the effect of multiplying the count by the volume of the polycube.
REFERENCES
Dan Hoey, Bill Gosper and Richard C. Schroeppel, Discussions in Math-Fun Mailing list, circa Jul 13 1999.
LINKS
R. C. Schroeppel, A few mathematical experiments, Experimental Mathematics Workshop, Oakland, 2004.
FORMULA
a(n) = n * A001931(n). - Andrew Howroyd, Dec 04 2018
EXAMPLE
There are six dicubes, each consisting of the origin cube together with one adjacent cube, in each of the six directions.
MATHEMATICA
a[n_] := n * A001931[[n]];
Array[a, 19] (* Jean-François Alcover, Sep 13 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Richard C. Schroeppel, Dan Hoey
EXTENSIONS
a(12)-a(19) from Andrew Howroyd, Dec 04 2018
STATUS
approved