The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A347481 Number of total dominating sets in the n-dipyramidal graph. 0
4, 10, 25, 54, 104, 205, 410, 814, 1609, 3190, 6340, 12609, 25094, 49990, 99665, 198814, 396784, 792205, 1582210, 3160854, 6315929, 12622510, 25229900, 50435329, 100831054, 201598030, 403092385, 806017014, 1611762584, 3223085965, 6445461290, 12889772734 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence extended to a(1) using the formula/recurrence.
LINKS
Eric Weisstein's World of Mathematics, Dipyramidal Graph
Eric Weisstein's World of Mathematics, Total Dominating Set
FORMULA
a(n) = Lucas(n) + 2*cos(n*Pi/2) + 3*2^n - 3.
a(n) = 4*a(n-1) - 5*a(n-2) + 3*a(n-3) - 2*a(n-4) - a(n-5) + 2*a(n-6).
G.f.: -(x*(4 - 6*x + 5*x^2 - 8*x^3 - 9*x^4 + 8*x^5)/((-1 + x)*(-1 +
2*x)*(1 + x^2)*(-1 + x + x^2)).
MATHEMATICA
Table[LucasL[n] + 2 Cos[n Pi/2] + 3 2^n - 3, {n, 50}]
LinearRecurrence[{4, -5, 3, -2, -1, 2}, {4, 10, 25, 54, 104, 205}, 20]
CoefficientList[Series[-(4 - 6 x + 5 x^2 - 8 x^3 - 9 x^4 + 8 x^5)/((-1 + x) (-1 + 2 x) (1 + x^2) (-1 + x + x^2)), {x, 0, 20}], x]
CROSSREFS
Sequence in context: A254233 A300760 A372890 * A229916 A113412 A227712
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Sep 03 2021
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 June 12 02:30 EDT 2024. Contains 373321 sequences. (Running on oeis4.)