login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A292669
Number of matchings in the n-Sierpinski tetrahedron graph.
1
10, 945, 132820373046, 49123375811021432878640796802876545882185505
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Independent Edge Set
Eric Weisstein's World of Mathematics, Matching
Eric Weisstein's World of Mathematics, Sierpinski Tetrahedron Graph
PROG
(PARI) a(n)={my(s=[1, 0, 1, 0, 3]); for(k=2, n, s=vector(5, i, sum(wx=0, 2, sum(wy=0, 2, sum(wz=0, 2, sum(xy=0, 2, sum(xz=0, 2, sum(yz=0, 2, s[1+(i>1)+(wx%2)+(wy%2)+(wz%2)]*s[1+(i>2)+(wx\2)+(xy%2)+(xz%2)]*s[1+(i>3)+(wy\2)+(xy\2)+(yz%2)]*s[1+(i>4)+(wz\2)+(xz\2)+(yz\2)])))))))); [1, 4, 6, 4, 1]*s~} \\ Christian Sievers, Jul 20 2024
CROSSREFS
Sequence in context: A024137 A015008 A194791 * A159869 A006242 A163566
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Sep 20 2017
EXTENSIONS
a(4) and beyond from Christian Sievers, Jul 20 2024
STATUS
approved