OFFSET
4,3
REFERENCES
G. Barequet, M. Shalah, Automatic Proofs for Formulae Enumerating Proper Polycubes, 31st International Symposium on Computational Geometry (SoCG’15). Editors: Lars Arge and János Pach; pp. 19-22, 2015.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 4..351
G. Barequet and M. Shalah, Automatic Proofs for Formulae Enumerating Proper Polycubes (video)
G. Barequet and M. Shalah, Automatic Proofs for Formulae Enumerating Proper Polycubes (pdf file)
FORMULA
a(n) = 2^(n-7)*n^(n-9)*(n-4)*(8*n^8 - 128*n^7 + 828*n^6 - 2930*n^5 + 7404*n^4 - 17523*n^3 + 41527*n^2 - 114302*n + 204960)/6.
MATHEMATICA
Table[2^(n - 7) n^(n - 9) (n - 4) (8 n^8 - 128 n^7 + 828 n^6 - 2930 n^5 + 7404 n^4 - 17523 n^3 + 41527 n^2 - 114302 n + 204960)/6, {n, 4, 20}] (* Michael De Vlieger, Jun 19 2015 *)
PROG
(PARI) a(n)=2^(n-7)*n^(n-9)*(n-4)*(8*n^8-128*n^7+828*n^6 -2930*n^5 +7404*n^4-17523*n^3 +41527*n^2-114302*n +204960)/6 \\ Charles R Greathouse IV, Jun 16 2015
(Magma) [2^(n-7)*n^(n-9)*(n-4)*(8*n^8-128*n^7+828*n^6-2930*n^5 +7404*n^4-17523*n^3+41527*n^2-114302*n+204960)/6: n in [4..20]]; // Vincenzo Librandi, Jun 20 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mira Shalah, Jun 16 2015
EXTENSIONS
Typo in formula fixed by Colin Barker, Jun 16 2015
STATUS
approved