The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A141309 INVERTi transform of A141308. 1
2, 3, 16, 158, 1796, 24250, 372656, 6429927, 122956714, 2581840735, 59084565968, 1464445686726, 39101805324620, 1119446453417490, 34220008384633264, 1112764183812405300, 38362648544330997488, 1397884269388233025156 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Number of generators of degree n of the (free) primitive Lie algebra of the Hopf algebra of free quasi-symmetric functions of level 2.
LINKS
MAPLE
INVERTi([seq(d(n, n=1..20)]); # where d(n) is A141308
MATHEMATICA
terms = 18;
c[0] = 0; c[n_] := c[n] = n! - Sum[k! c[n-k], {k, 1, n-1}];
s = (Product[1/(1-x^k)^(2^k c[k]), {k, 1, terms+1}] + O[x]^(terms+1)-1)/x;
CoefficientList[-1/(1 + x s) + O[x]^(terms+1), x] // Rest (* Jean-François Alcover, Feb 13 2019 *)
CROSSREFS
Sequence in context: A063666 A006247 A052318 * A179442 A299424 A215638
KEYWORD
nonn
AUTHOR
Jean-Yves Thibon (jyt(AT)univ-mlv.fr), Jun 26 2008
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 June 1 17:33 EDT 2024. Contains 373025 sequences. (Running on oeis4.)