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 A082168 #17 Jan 19 2024 04:32:34 %S A082168 1,7,295,33251,7319436,2669857476,1459913038884,1118904543734724, %T A082168 1145415466062268695,1510492370204314777345,2494718462461802382223714 %N A082168 a(n) = A006690(n)/n^3. %D A082168 Valery A. Liskovets, The number of initially connected automata, Kibernetika, (Kiev), No3 (1969), 16-19; Engl. transl.: Cybernetics, v.4 (1969), 259-262. %H A082168 Valery A. Liskovets, <a href="http://www-igm.univ-mlv.fr/~fpsac/FPSAC03/ARTICLES/5.pdf">Exact enumeration of acyclic automata</a>, Proc. 15th Conf. "Formal Power Series and Algebr. Combin. (FPSAC'03)", 2003. %H A082168 Valery A. Liskovets, <a href="http://dx.doi.org/10.1016/j.dam.2005.06.009">Exact enumeration of acyclic deterministic automata</a>, Discrete Appl. Math., 154, No.3 (2006), 537-551. %F A082168 a(n) := A006690(n)/n^3 %t A082168 b[1] = 1; b[n_] := b[n] = n^(3n)/(n-1)! - Sum[n^(3(n-i)) b[i]/(n-i)!, {i, 1, n-1}]; %t A082168 a[n_] := b[n]/n^3; %t A082168 Array[a, 11] (* _Jean-François Alcover_, Aug 28 2019 *) %Y A082168 Cf. A006690. %K A082168 easy,nonn %O A082168 1,2 %A A082168 _Valery A. Liskovets_, Apr 09 2003