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 A267575 #8 Jan 17 2016 13:55:44 %S A267575 20,1932,269040,60018480,20842305120,10739272592160,7859814146553600, %T A267575 7880871595516819200,10509569407728543398400, %U A267575 18186461035281996953126400,39999355842324635340366182400,109852416743246886658078908979200,371006429409575280027759776435712000 %N A267575 Number of size 3 subsets of S_n that generate a transitive group. %F A267575 a(n) = (A220754(n) - 6*A266910 - (n-1)!)/6. %t A267575 nn = 15; b = Sum[n!^3 x^n/n!, {n, 0, nn}]; a = Sum[n!^2 x^n/n!, {n, 0, %t A267575 nn}]; c = (Range[0, nn]! CoefficientList[Series[Log[a], {x, 0, nn}], x] - Table[(n - 1)!, {n, 0, nn}])/ 2; Drop[((Range[0,nn]!CoefficientList[Series[Log[b], {x, 0, nn}], x]) - 6 c - Table[(n - 1)!, {n, 0, nn}])/6, 3] %K A267575 nonn %O A267575 3,1 %A A267575 _Geoffrey Critzer_, Jan 17 2016