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.
%I A051180 #23 Oct 06 2017 21:36:48 %S A051180 0,0,0,13,222,2585,25830,238833,2111382,18142585,152937510,1271964353, %T A051180 10476007542,85662034185,696700867590,5643519669073,45575393343702, %U A051180 367206720319385,2953481502692070,23723872215168993,190372457332919862 %N A051180 Number of 3-element intersecting families of an n-element set. %H A051180 G. C. Greubel, <a href="/A051180/b051180.txt">Table of n, a(n) for n = 0..1000</a> %H A051180 V. Jovovic, G. Kilibarda, <a href="http://dx.doi.org/10.4213/dm398">On the number of Boolean functions in the Post classes F^{mu}_8</a>, in Russian, Diskretnaya Matematika, 11 (1999), no. 4, 127-138. %H A051180 V. Jovovic, G. Kilibarda, <a href="http://dx.doi.org/10.1515/dma.1999.9.6.593">On the number of Boolean functions in the Post classes F^{mu}_8</a>, English translation, in Discrete Mathematics and Applications, 9, (1999), no. 6. %H A051180 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (29,-343,2135,-7504,14756,-14832,5760). %F A051180 a(n) = (1/3!)*(8^n - 3*6^n + 3*5^n - 4*4^n + 3*3^n + 2*2^n - 2). %F A051180 G.f. x^3*(744*x^3 - 606*x^2 + 155*x - 13)/((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)*(6*x-1)*(8*x-1)). - _Colin Barker_, Jul 29 2012 %F A051180 a(0)=0, a(1)=0, a(2)=0, a(3)=13, a(4)=222, a(5)=2585, a(6)=25830, a(n) = 29*a(n-1) - 343*a(n-2) + 2135*a(n-3) - 7504*a(n-4) + 14756*a(n-5) - 14832*a(n-6) + 5760*a(n-7). - _Harvey P. Dale_, Jul 07 2013 %p A051180 seq(1/3!*(8^n-3*6^n+3*5^n-4*4^n+3*3^n+2*2^n-2),n=0..40); %t A051180 Table[1/3!(8^n-3*6^n+3*5^n-4*4^n+3*3^n+2*2^n-2),{n,0,30}] (* or *) LinearRecurrence[{29,-343,2135,-7504,14756,-14832,5760},{0,0,0,13,222,2585,25830},30] (* _Harvey P. Dale_, Jul 07 2013 *) %o A051180 (PARI) for(n=0,25, print1((1/3!)*(8^n-3*6^n+3*5^n-4*4^n+3*3^n+2*2^n-2), ", ")) \\ _G. C. Greubel_, Oct 06 2017 %Y A051180 Cf. A036239, A051181-A051185. %K A051180 nonn,easy %O A051180 0,4 %A A051180 _Vladeta Jovovic_, Goran Kilibarda %E A051180 More terms from _Sascha Kurz_, Mar 25 2002