cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A347508 Number of dominating sets in the n-Sierpinski gasket graph.

Original entry on oeis.org

7, 45, 19779, 1594379844635, 835901871677190536135654070191409955
Offset: 1

Views

Author

Eric W. Weisstein, Sep 04 2021

Keywords

Comments

a(6) has 108 decimal digits.

Crossrefs

Programs

  • PARI
    a(n)={my(s=[[1,0,0,0],[0,0,1],[0,1],[1]]);for(k=2,n,s=vector(4,i,vector(5-i,j,sum(xy=0,3,sum(xz=0,3,sum(yz=0,3,s[1+(i>1)+!xy+!xz][1+(j>3)+(xy%2)+(xz%2)]*s[1+(i>2)+!xy+!yz][1+(j>2)+(xy\2)+(yz%2)]*s[1+(i>3)+!xz+!yz][1+(j>1)+(xz\2)+(yz\2)]))))));[1,3,3,1]*vectorv(4,i,s[i][5-i])} \\ Christian Sievers, Jul 21 2024

Extensions

Terms a(4) and beyond from Andrew Howroyd, Jan 19 2022

A347515 Number of minimal dominating sets in the n-Sierpinski gasket graph.

Original entry on oeis.org

3, 7, 130, 1405356, 1562213810837338320, 2158825686366774339300670602049660137591425240817835142
Offset: 1

Views

Author

Eric W. Weisstein, Sep 04 2021

Keywords

Crossrefs

Extensions

a(4) and beyond from Christian Sievers, Jul 23 2024

A383022 Number of minimum total dominating set in the n-Sierpinski gasket graph.

Original entry on oeis.org

3, 3, 9, 12915, 58423194, 1602053751767040, 81449947165259499118076161269724421622375383040
Offset: 1

Views

Author

Eric W. Weisstein, Apr 12 2025

Keywords

Crossrefs

Extensions

a(5) onwards from Andrew Howroyd, Jun 09 2025
Showing 1-3 of 3 results.