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 A289957 #11 Jul 17 2017 02:53:53 %S A289957 34459425,4583103525,353553700500,20941727706900,1063956789420525, %T A289957 49122916648430625,2133284602385096160,89095866141017736000, %U A289957 3632887356673057858375,146162134100332940264675,5846991791902793693661500,233881907399101905866222300 %N A289957 Number of permutations of [n] having exactly nine nontrivial cycles. %C A289957 A nontrivial cycle has size > 1. %H A289957 Alois P. Heinz, <a href="/A289957/b289957.txt">Table of n, a(n) for n = 18..450</a> %H A289957 Wikipedia, <a href="https://en.wikipedia.org/wiki/Permutation">Permutation</a> %F A289957 E.g.f.: (-log(1-x)-x)^9/9!*exp(x). %t A289957 Drop[CoefficientList[Series[(-Log[1 - x] - x)^9/9!*Exp[x] , {x, 0, 50}], x] * Table[k !, {k, 0, 50}] , 18] (* _Indranil Ghosh_, Jul 16 2017 *) %o A289957 (PARI) x = 'x + O('x^30); Vec(serlaplace((-log(1-x)-x)^9/9!*exp(x))) \\ _Michel Marcus_, Jul 16 2017 %Y A289957 Column k=9 of A136394. %K A289957 nonn %O A289957 18,1 %A A289957 _Alois P. Heinz_, Jul 16 2017