cp's OEIS Frontend

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.

A061127 Number of degree-n permutations of order exactly 24.

This page as a plain text file.
%I A061127 #14 May 10 2013 12:44:45
%S A061127 0,0,0,0,0,0,0,0,0,0,1663200,19958400,259459200,4843238400,
%T A061127 72648576000,988020633600,14600749363200,224704121241600,
%U A061127 3614691131251200,84808750650624000,1509309706083379200,29359195162807910400
%N A061127 Number of degree-n permutations of order exactly 24.
%F A061127 E.g.f.: exp(x + 1/2*x^2 + 1/4*x^4) - exp(x + 1/2*x^2 + 1/4*x^4 + 1/8*x^8) - exp(x + 1/2*x^2 + 1/3*x^3 + 1/4*x^4 + 1/6*x^6 + 1/12*x^12) + exp(x + 1/2*x^2 + 1/3*x^3 + 1/4*x^4 + 1/6*x^6 + 1/8*x^8 + 1/12*x^12 + 1/24*x^24).
%t A061127 nn=22;Range[0,nn]!CoefficientList[Series[(Exp[x^24/24]-1)Exp[x+x^2/2+x^3/3+x^4/4+x^6/6+x^8/8+x^12/12]+(Exp[x^12/12]-1)(Exp[x^8/8]-1)Exp[x+x^2/2+x^3/3+x^4/4+x^6/6]+(Exp[x^8/8]-1)(Exp[x^6/6]-1)Exp[x+x^2/2+x^3/3+x^4/4]+(Exp[x^8/8]-1)(Exp[x^3/3]-1)Exp[x+x^2/2+x^4/4],{x,0,nn}],x]//Rest (* _Geoffrey Critzer_, Feb 04 2013 *)
%Y A061127 Cf. A000085, A001470, A001472, A052501, A053496 - A053505, A001189, A001471, A001473, A061121 - A061128.
%K A061127 easy,nonn
%O A061127 1,11
%A A061127 _Vladeta Jovovic_, Apr 14 2001