login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052809 A simple grammar: number of cycles of cycles. 3
0, 0, 2, 6, 28, 175, 1368, 12838, 140656, 1762794, 24878320, 390495336, 6748280064, 127324033824, 2604355096224, 57404425654080, 1356401049662208, 34202807058719568, 916723959720053760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: log(-1/(-1+log(-1/(-1+x))))*x.
E.g.f.: -log(1+log(1-x))*x. - Vaclav Kotesovec, Oct 01 2013
a(n) ~ (n-1)! * (exp(1)/(exp(1)-1))^(n-1). - Vaclav Kotesovec, Oct 01 2013
a(n) = n * Sum_{k=1..n-1} (k-1)! * |Stirling1(n-1,k)| = n * A003713(n-1). - Seiichi Manyama, May 20 2022
MAPLE
spec := [S, {B=Cycle(C), C=Cycle(Z), S=Prod(B, Z)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[-Log[1+Log[1-x]]*x, {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Oct 01 2013 *)
PROG
(PARI) a(n) = n*sum(k=1, n-1, (k-1)!*abs(stirling(n-1, k, 1))); \\ Seiichi Manyama, May 20 2022
CROSSREFS
Sequence in context: A207386 A088501 A140092 * A136631 A002435 A276911
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 10 18:31 EDT 2024. Contains 372388 sequences. (Running on oeis4.)