[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!)
Revision History for A302654 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A302654 Number of minimum total dominating sets in the n-path graph.
(history; published version)
#7 by Susanna Cuyler at Wed Dec 25 15:31:00 EST 2019
STATUS

proposed

approved

#6 by Colin Barker at Wed Dec 25 14:31:45 EST 2019
STATUS

editing

proposed

#5 by Colin Barker at Wed Dec 25 14:31:06 EST 2019
LINKS

Colin Barker, <a href="/A302654/b302654.txt">Table of n, a(n) for n = 1..1000</a>

FORMULA

G.f.: x^2*(1 + 2*x + x^2 + x^3 + x^4 - 3*x^5 - 2*x^6 - x^7 + x^9 + x^10) / ((1 - x)^3*(1 + x)^3*(1 + x^2)^3). - Colin Barker, Dec 25 2019

PROG

(PARI) concat(0, Vec(x^2*(1 + 2*x + x^2 + x^3 + x^4 - 3*x^5 - 2*x^6 - x^7 + x^9 + x^10) / ((1 - x)^3*(1 + x)^3*(1 + x^2)^3) + O(x^70))) \\ Colin Barker, Dec 25 2019

KEYWORD

nonn,easy

STATUS

approved

editing

#4 by N. J. A. Sloane at Wed Apr 11 10:11:38 EDT 2018
STATUS

proposed

approved

#3 by Eric W. Weisstein at Wed Apr 11 09:25:33 EDT 2018
STATUS

editing

proposed

#2 by Eric W. Weisstein at Wed Apr 11 09:25:31 EDT 2018
NAME

allocated for Eric W. Weisstein

Number of minimum total dominating sets in the n-path graph.

DATA

0, 1, 2, 1, 1, 4, 3, 1, 2, 9, 4, 1, 3, 16, 5, 1, 4, 25, 6, 1, 5, 36, 7, 1, 6, 49, 8, 1, 7, 64, 9, 1, 8, 81, 10, 1, 9, 100, 11, 1, 10, 121, 12, 1, 11, 144, 13, 1, 12, 169, 14, 1, 13, 196, 15, 1, 14, 225, 16, 1, 15, 256, 17, 1, 16, 289, 18, 1, 17, 324, 19, 1, 18, 361, 20, 1

OFFSET

1,3

LINKS

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PathGraph.html">Path Graph</a>

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/TotalDominatingSet.html">Total Dominating Set</a>

<a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 3, 0, 0, 0, -3, 0, 0, 0, 1).

FORMULA

a(n) = ((-1)^n*(n - 2)^2 + (6 + n)^2 - 2*(n - 2)*(n + 6)*cos(n*Pi/2) - 48*sin(n*Pi/2))/6.

a(n) = 3*a(n-4) - 3*a(n-8) + a(n-12).

MATHEMATICA

Table[Piecewise[{{1, Mod[n, 4] == 0}, {((n + 2)/4)^2, Mod[n, 4] == 2}, {(n - 1)/4, Mod[n, 4] == 1}, {(n + 5)/4, Mod[n, 4] == 3}}], {n, 20}]

Table[((-1)^n (n - 2)^2 + (6 + n)^2 - 2 (n - 2) (n + 6) Cos[n Pi/2] - 48 Sin[n Pi/2])/64, {n, 20}]

LinearRecurrence[{0, 0, 0, 3, 0, 0, 0, -3, 0, 0, 0, 1}, {0, 1, 2, 1, 1, 4, 3, 1, 2, 9, 4, 1}, 20]

KEYWORD

allocated

nonn

AUTHOR

Eric W. Weisstein, Apr 11 2018

STATUS

approved

editing

#1 by Eric W. Weisstein at Wed Apr 11 09:25:31 EDT 2018
NAME

allocated for Eric W. Weisstein

KEYWORD

allocated

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 21:13 EDT 2024. Contains 375518 sequences. (Running on oeis4.)