Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)

Revision History for A047773

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A047773 Number of dissectable polyhedra with n tetrahedral cells and symmetry of type D.
(history; published version)
#26 by N. J. A. Sloane at Thu Apr 04 10:22:42 EDT 2024
STATUS

proposed

approved

#25 by Robert A. Russell at Tue Apr 02 13:47:13 EDT 2024
STATUS

editing

proposed

#24 by Robert A. Russell at Tue Apr 02 13:47:02 EDT 2024
LINKS

Robert A. Russell, <a href="/A047773/a047773.txt">Mathematica Graphics3D program for A047773 examples</a>

STATUS

proposed

editing

#23 by Robert A. Russell at Sun Mar 31 12:09:29 EDT 2024
STATUS

editing

proposed

#22 by Robert A. Russell at Sat Mar 23 15:36:14 EDT 2024
COMMENTS

One of 17 different symmetry types comprising A007173 and A027610 and one of 10 for A371351. Also the number of tetrahedral clusters or polyominoes of the regular tiling with Schläfli symbol {3,3,oo}, both having type KD achiral symmetry and n tetrahedral cells. The center of symmetry is the altitude of a tetrahedral cell (32); the order of the symmetry group is 6. An achiral polyomino is identical to its reflection. - Robert A. Russell, Mar 23 2024

Discussion
Sat Mar 30 20:03
OEIS Server: This sequence has not been edited or commented on for a week
yet is not proposed for review.  If it is ready for review, please
visit https://oeis.org/draft/A047773 and click the button that reads
"These changes are ready for review by an OEIS Editor."

Thanks.
  - The OEIS Server
#21 by Robert A. Russell at Sat Mar 23 15:31:29 EDT 2024
NAME

Number of dissectable polyhedra with n tetrahedral cells and symmetry of type D.

COMMENTS

One of 17 different symmetry types comprising A007173 and A027610 and one of 10 for A371351. Also the number of tetrahedral clusters or polyominoes of the regular tiling with Schläfli symbol {3,3,oo}, both having type K achiral symmetry and n tetrahedral cells. The center of symmetry is the altitude of a tetrahedral cell (32); the order of the symmetry group is 6. An achiral polyomino is identical to its reflection. - Robert A. Russell, Mar 23 2024

FORMULA

G.f.: (G(z^6)-1)/z + z*G(z^6) - z + z^2*G(z^6)^2 + z^4*G(z^6)^2 - z^5*G(z^24) - z^17*G(z^24)^2 - (z^2*G(z^6) + z^2*G(z^12) + z^8*G(z^12)^2)/2, where G(z) = 1 + z*G(z)^3 is the g.f. for A001764. - Robert A. Russell, Mar 23 2024

MATHEMATICA

Table[Switch[Mod[n, 6], 1, If[1==n, 0, 3Binomial[(n-1)/2, (n-1)/6]/(n+2)], 2, 6Binomial[n/2, (n-2)/6]/(n+4)-3Binomial[(n-2)/2, (n-2)/6]/(2n+2)-If[2==Mod[n, 12], 3Binomial[(n-2)/4, (n-2)/12], 6Binomial[(n-4)/4, (n-8)/12]]/(n+4), 4, 6Binomial[(n-2)/2, (n-4)/6]/(n+2), 5, 3Binomial[(n+1)/2, (n+1)/6]/(n+4)-Switch[Mod[n, 24], 5, 12Binomial[(n-5)/8, (n-5)/24], 17, 24Binomial[(n-9)/8, (n-17)/24], _, 0]/(n+7), _, 0], {n, 60}] (* Robert A. Russell, Mar 23 2024 *)

CROSSREFS

Cf. A007173 (oriented), A027610. (unoriented), A371351 (achiral), A001764 (rooted), A047749 (type U), A047750 (type V), A047751 (type K), A047764 (type Q).

STATUS

approved

editing

#20 by Michel Marcus at Sat Mar 07 11:11:42 EST 2020
STATUS

reviewed

approved

#19 by Joerg Arndt at Sat Mar 07 10:56:02 EST 2020
STATUS

proposed

reviewed

#18 by Joerg Arndt at Sat Mar 07 10:55:59 EST 2020
STATUS

editing

proposed

#17 by Joerg Arndt at Sat Mar 07 10:55:47 EST 2020
PROG

(PARI) /* here U=A047749, V=A047750, K=A0047751A047751, and Q=A0047764A047764 */

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 August 19 07:15 EDT 2024. Contains 375284 sequences. (Running on oeis4.)