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.

A052822 A simple grammar: pairs of cycles of cycles.

Original entry on oeis.org

0, 0, 2, 12, 80, 630, 5816, 61978, 751222, 10225140, 154610048, 2573280820, 46775427860, 922374085984, 19616567407368, 447666534959528, 10913339500879576, 283081184691349600, 7785415448640271232, 226306589802176060640, 6933002797216545295968
Offset: 0

Views

Author

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

Keywords

Programs

  • Maple
    spec := [S,{B=Cycle(Z),C=Cycle(B),S=Prod(C,C)},labeled]: seq(combstruct[count](spec,size=n), n=0..20);
  • Mathematica
    CoefficientList[Series[(Log[1+Log[1-x]])^2, {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Oct 01 2013 *)
  • PARI
    x='x+O('x^30); concat([0,0], Vec(serlaplace((log(1+log(1-x)))^2))) \\ G. C. Greubel, Aug 30 2018

Formula

E.g.f.: log(-1/(-1+log(-1/(-1+x))))^2.
E.g.f.: (log(1+log(1-x)))^2. - Vaclav Kotesovec, Oct 01 2013
a(n) ~ (n-1)! * 2*(exp(1)/(exp(1)-1))^n * (log(n) + gamma - log(exp(1)-1)), where gamma is Euler-Mascheroni constant (A001620). - Vaclav Kotesovec, Oct 01 2013

Extensions

More terms from Alois P. Heinz, Mar 16 2016