Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Search: a231888 -id:a231888
     Sort: relevance | references | number | modified | created      Format: long | short | data
Number of maximal 2-independent sets in the 3-dimensional (2, 2, n) grid graph.
+10
3
0, 4, 4, 20, 32, 80, 180, 408, 940, 2072, 4824, 10792, 24660, 55748, 126760, 287584, 652280, 1481184, 3359900, 7627296, 17305472, 39277688, 89131928, 202276640, 459045772, 1041743020, 2364140452, 5365103100, 12175556108, 27630957644, 62705400664, 142302685268
OFFSET
0,2
LINKS
R. Euler, P. Oleksik, Z. Skupien, Counting Maximal Distance-Independent Sets in Grid Graphs, Discussiones Mathematicae Graph Theory. Volume 33, Issue 3, Pages 531-557, ISSN (Print) 2083-5892, July 2013; see also.
FORMULA
Euler et al. give an explicit g.f. and recurrence.
From Colin Barker, Oct 04 2017: (Start)
G.f.: 4*x*(1 + x)*(1 + 2*x^2 - x^3 - 2*x^4 - x^5) / (1 - 3*x^2 - 4*x^3 - 4*x^4 + 9*x^6 + 3*x^7).
a(n) = 3*a(n-2) + 4*a(n-3) + 4*a(n-4) - 9*a(n-6) - 3*a(n-7) for n>7.
(End)
MATHEMATICA
Join[{0}, LinearRecurrence[{0, 3, 4, 4, 0, -9, -3}, {4, 4, 20, 32, 80, 180, 408}, 31]] (* Jean-François Alcover, Nov 01 2017 *)
PROG
(PARI) concat(0, Vec(4*x*(1 + x)*(1 + 2*x^2 - x^3 - 2*x^4 - x^5) / (1 - 3*x^2 - 4*x^3 - 4*x^4 + 9*x^6 + 3*x^7) + O(x^40))) \\ Colin Barker, Oct 04 2017
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 17 2013
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Jun 10 2017
STATUS
approved
Number of maximal 2-independent sets in the 3-dimensional (3, 3, n) grid graph.
+10
3
0, 11, 46, 182, 1026, 4836, 23922, 118674, 584516, 2889306, 14266546, 70455052, 347980122, 1718525298, 8487343508, 41916544250, 207013446378, 1022380190332, 5049238367202, 24936725579450, 123155267567884, 608228181611074, 3003862808227186, 14835208208589988
OFFSET
0,2
LINKS
R. Euler, P. Oleksik, Z. Skupien, Counting Maximal Distance-Independent Sets in Grid Graphs, Discussiones Mathematicae Graph Theory. Volume 33, Issue 3, Pages 531-557, ISSN (Print) 2083-5892, July 2013; see also.
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 17 2013
EXTENSIONS
Terms a(13) and beyond from Andrew Howroyd, Jun 10 2017
STATUS
approved

Search completed in 0.007 seconds