A006763 Number of fixed properly-3-dimensional polyominoes with n cells.
0, 0, 0, 32, 348, 2836, 21225, 154741, 1123143, 8185403, 60088748, 444688325, 3317057654, 24925158492, 188543716451, 1434760675947, 10976610064899, 84379534826376, 651441493579872
Offset: 1
References
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- W. F. Lunnon, Counting multidimensional polyominoes. Computer Journal 18 (1975), no. 4, pp. 366-367.
Crossrefs
A column of A195739.
Programs
-
Mathematica
A001931 = Cases[Import["https://oeis.org/A001931/b001931.txt", "Table"], {, }][[All, 2]]; A001168 = Cases[Import["https://oeis.org/A001168/b001168.txt", "Table"], {, }][[All, 2]]; a[n_] := If[n == 1, 0, A001931[[n]] - 3 (A001168[[n]] - 1)]; a /@ Range[1, 19] (* Jean-François Alcover, Sep 22 2019 *)
Formula
Extensions
More terms from Jean-François Alcover, Sep 22 2019