[go: up one dir, main page]

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!)
A360131 Number of maximum independent vertex sets in the n-Sierpinski tetrahedron graph. 1
4, 1, 8, 740096, 3705309419509144532503494656 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Maximum Independent Vertex Set
Eric Weisstein's World of Mathematics, Sierpinski Tetrahedron Graph
PROG
(PARI) rd(p)=if(p, pollead(p)*x^poldegree(p), 0);
a(n)={my(s=[1, x, 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, rd(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])/x^(wx+wy+wz+xy+xz+yz))))))))); pollead([1, 4, 6, 4, 1]*s~)} \\ Christian Sievers, Jul 21 2024
CROSSREFS
Sequence in context: A089072 A348595 A036177 * A177841 A141680 A141681
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jan 26 2023
EXTENSIONS
a(5) and beyond from Christian Sievers, Jul 21 2024
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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)