login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A027394
Number of labeled servers of dimension 7.
1
1, 7, 70, 854, 12068, 191996, 3374392, 64635640, 1335753664, 29548086848, 695221579136, 17307703505792, 453917707384960, 12494500081323904, 359807967643449088, 10809816056831434496, 337981832271282386432
OFFSET
0,2
LINKS
R. Donaghey, Binomial self-inverse sequences and tangent coefficients, J. Combin. Theory, Series A, 21 (1976), 155-163.
FORMULA
E.g.f.: exp( sum( ((1+x)^i-1)/i, i=1..7 ) ).
MATHEMATICA
Table[n!*SeriesCoefficient[E^(Sum[((1 + x)^i - 1)/i, {i, 1, 7}]), {x, 0, n}], {n, 0, 20}] (* Vincenzo Librandi, Dec 31 2012 *)
CROSSREFS
Sequence in context: A228927 A097184 A002296 * A346767 A209327 A255519
KEYWORD
nonn
STATUS
approved