OFFSET
0,2
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (15,-105,455,-1365,3003,-5005,6435,-6435,5005,-3003,1365,-455,105,-15,1).
FORMULA
EXAMPLE
a(2) = 13, the same as the total number of transitive relations on a 2-set because every transitive relation on a 2-set has at most 7 (actually at most 4) ordered pairs.
a(3) = 170: of the 171 transitive relations on a 3-set, the only one excluded is the complete relation {1,2,3} x {1,2,3} with 9 > 7 ordered pairs.
MATHEMATICA
A395093[n_] := 1 + n + Total[{10, 136, 2565, 36981, 350035, 2200507, 9502656, 28893816, 62455680, 94857840, 97130880, 60540480, 17297280}*Binomial[n, Range[2, 14]]];
Array[A395093, 25, 0] (* Paolo Xausa, May 22 2026 *)
(* Alternative: *)
LinearRecurrence[{15, -105, 455, -1365, 3003, -5005, 6435, -6435, 5005, -3003, 1365, -455, 105, -15, 1}, {1, 2, 13, 170, 3174, 51272, 613273, 5522106, 39166083, 228033502, 1126456193, 4844806594, 18514777184, 63899672916, 201812008205}, 25] (* Paolo Xausa, May 22 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Firdous Ahmad Mala, Apr 11 2026
STATUS
approved
