|
|
A292540
|
|
Number of 3-cycles in the n-Sierpinski tetrahedron graph.
|
|
3
|
|
|
4, 20, 80, 320, 1280, 5120, 20480, 81920, 327680, 1310720, 5242880, 20971520, 83886080, 335544320, 1342177280, 5368709120, 21474836480, 85899345920, 343597383680, 1374389534720, 5497558138880, 21990232555520, 87960930222080, 351843720888320, 1407374883553280
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
FORMULA
|
a(n) = 5*4^(n - 1) for n > 1.
a(n) = 4*a(n-1) for n > 2.
G.f. -4*x*(1 + x)/(-1 + 4 x).
|
|
MATHEMATICA
|
Table[If[n == 1, 4, 5 4^(n - 1)], {n, 10}]
Join[{4}, LinearRecurrence[{4}, {20}, 30]]
CoefficientList[Series[-((4 (1 + x))/(-1 + 4 x)), {x, 0, 20}], x]
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|