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