OFFSET
1,1
LINKS
Christian Sievers, Table of n, a(n) for n = 1..8
Eric Weisstein's World of Mathematics, Independent Edge Set
Eric Weisstein's World of Mathematics, Matching
Eric Weisstein's World of Mathematics, Sierpinski Sieve Graph
PROG
(PARI) a(n)={my(s=[1, 0, 1, 0]); for(k=2, n, s=vector(4, i, sum(xy=0, 2, sum(xz=0, 2, sum(yz=0, 2, s[1+(i>1)+(xy%2)+(xz%2)]*s[1+(i>2)+(xy\2)+(yz%2)]*s[1+(i>3)+(xz\2)+(yz\2)]))))); [1, 3, 3, 1]*s~} \\ Christian Sievers, Jul 19 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Sep 30 2017
EXTENSIONS
a(5) and beyond from Christian Sievers, Jul 19 2024
STATUS
approved