cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A059946 Number of 5-block bicoverings of an n-set.

This page as a plain text file.
%I A059946 #26 Mar 09 2024 13:00:34
%S A059946 0,0,0,25,472,6185,70700,759045,7894992,80736625,817897300,8241325565,
%T A059946 82783813112,830046591465,8313655213500,83215436364085,
%U A059946 832626645756832,8329096006484705,83307920631515300,833180902353754605,8332418928963358152,83327847634888960345
%N A059946 Number of 5-block bicoverings of an n-set.
%D A059946 I. P. Goulden and D. M. Jackson, Combinatorial Enumeration, John Wiley and Sons, N.Y., 1983.
%H A059946 Andrew Howroyd, <a href="/A059946/b059946.txt">Table of n, a(n) for n = 1..200</a>
%H A059946 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (26,-255,1210,-2924,3384,-1440).
%F A059946 a(n) = (1/5!)*(10^n - 5*6^n - 10*4^n + 20*3^n + 30*2^n - 60).
%F A059946 E.g.f. for m-block bicoverings of an n-set is exp(-x-1/2*x^2*(exp(y)-1))*Sum_{i>=0} (x^i/i!)*exp(binomial(i, 2)*y).
%F A059946 G.f.: x^4*(288*x^2-178*x+25) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(6*x-1)*(10*x-1)). - _Colin Barker_, Jan 11 2013
%t A059946 With[{c=(1/5!)},Table[c(10^n-5 6^n-10 4^n+20 3^n+30 2^n-60),{n,20}]]  (* _Harvey P. Dale_, Apr 21 2011 *)
%o A059946 (PARI) a(n) = {(1/5!)*(10^n - 5*6^n - 10*4^n + 20*3^n + 30*2^n - 60)} \\ _Andrew Howroyd_, Jan 29 2020
%Y A059946 Column k=5 of A059443.
%Y A059946 Cf. A002718.
%K A059946 easy,nonn
%O A059946 1,4
%A A059946 _Vladeta Jovovic_, Feb 14 2001
%E A059946 More terms from _Colin Barker_, Jan 11 2013