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 A212559 #8 May 21 2012 15:25:28 %S A212559 1,1,4,27,244,2745,36966,580111,10399096,209672721,4696872490, %T A212559 115732052271,3110867569140,90587751885241,2840805169411678, %U A212559 95450112571474095,3420897993621996016,130266500391456691233,5252293203395848789842,223535386151669737094095,10014286301754519472897900 %N A212559 Number of functions f:{1,2,...,n}->{1,2,...,n} such that every non-recurrent element has at most one preimage. %C A212559 An element x of {1,2,...,n} is a recurrent element if there exists a positive integer k such that (f^k)(x) = x where f^k is the k-th iteration of functional composition. %C A212559 The functional digraphs are composed of cycles of rooted trees with every non-root vertex of degree 1 or 2. Cf. A006152. %F A212559 E.g.f.: 1/(1-A(x)) where A(x) is the e.g.f. for A006152. %t A212559 nn=20;a=x Exp[x/(1-x)];Range[0,nn]! CoefficientList[Series[1/(1-a),{x,0,nn}],x] %K A212559 nonn %O A212559 0,3 %A A212559 _Geoffrey Critzer_, May 21 2012