login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006759 Number of one-sided strictly 3-dimensional polyominoes with n cells.
(Formerly M3038)
2
0, 0, 0, 3, 17, 131, 915, 6553, 47026, 341888, 2505449, 18534827, 138224058, 1038594326, 7856087894, 59782042225, 457359506070, 3515816578512, 27143401299351, 210372490707568 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
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 (4) (1975) 366-367.
MATHEMATICA
A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import["https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[All, 2]]];
A000105 = A@000105;
A000162 = A@000162;
a[n_] := A000162[[n]] - A000105[[n + 1]];
a /@ Range[16] (* Jean-François Alcover, Jan 16 2020 *)
CROSSREFS
A column of A195738.
Sequence in context: A328402 A247788 A355598 * A073513 A074524 A212280
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(11) corrected and a(13)-a(16) from A000162-A000105 by Jean-François Alcover, Jan 16 2020
Name clarified and a(17)-a(20) from A000162-A000105 by John Mason, Dec 26 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)