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 A245915 #4 Aug 06 2014 15:08:37 %S A245915 1,1,12,297,11104,578745,46097856,4892935369,649893820416, %T A245915 108501530261841,21500188932505600,4911081373878751401, %U A245915 1343217062946070130688,427404076347462876047113,154711214699181287350984704,64222714159878924347124911625 %N A245915 Number of pairs of endofunctions f, g on [n] satisfying f(g^6(i)) = f(i) for all i in [n]. %H A245915 Alois P. Heinz, <a href="/A245915/b245915.txt">Table of n, a(n) for n = 0..150</a> %p A245915 with(combinat): %p A245915 b:= proc(n, i) option remember; unapply(`if`(n=0 or i=1, x^n, %p A245915 expand(add((i-1)!^j*multinomial(n, n-i*j, i$j)/j!* %p A245915 x^(igcd(i, 6)*j)*b(n-i*j, i-1)(x), j=0..n/i))), x) %p A245915 end: %p A245915 a:= n-> add(binomial(n-1, j-1)*n^(n-j)*b(j$2)(n), j=0..n): %p A245915 seq(a(n), n=0..20); %Y A245915 Column k=6 of A245910. %K A245915 nonn %O A245915 0,3 %A A245915 _Alois P. Heinz_, Aug 06 2014