login
A207836
a(n) = n*A052530(n)/2.
1
0, 3, 16, 75, 336, 1463, 6240, 26199, 108640, 445995, 1815792, 7341347, 29505840, 117982815, 469672384, 1862393775, 7359403968, 28991540051, 113892526800, 446305331451, 1744950085648, 6808253393415, 26513475730464, 103072540115975, 400058834841120
OFFSET
2,2
LINKS
F. Goebel, A. A. Jagers, On a conjecture of Tutte concerning minimal tree numbers, J. Combin. Theory Ser. B 26 (1979), no. 3, 346-348. MR0535948 (80m:05064).
FORMULA
a(n) = 8*a(n-1)-18*a(n-2)+8*a(n-3)-a(n-4) for n>5. - Colin Barker, Jun 08 2015
G.f.: x^3*(x^2-8*x+3) / (x^2-4*x+1)^2. - Colin Barker, Jun 08 2015
PROG
(PARI) concat(0, Vec(x^3*(x^2-8*x+3)/(x^2-4*x+1)^2 + O(x^100))) \\ Colin Barker, Jun 08 2015
CROSSREFS
Cf. A052530.
Sequence in context: A004303 A335625 A317365 * A372417 A005947 A003769
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Feb 21 2012
STATUS
approved