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!)
A052751 A simple grammar. 4
1, 1, 4, 19, 107, 647, 4167, 27847, 191747, 1349743, 9671316, 70297105, 517079157, 3841701488, 28787546360, 217317367487, 1651144126659, 12616570941114, 96891439504019, 747452640586114, 5789461514134881 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: A(x) = exp(A(x)^3*x + A(x^2)^3*x^2/2 + A(x^3)^3*x^3/3 +...), A(0)=1; also, A(x)^3 = sum_{n=0..inf} A006964(n+1)x^n. - Paul D. Hanna, Jul 13 2006
MAPLE
spec := [S, {S=Set(B), B=Prod(S, S, S, Z)}, unlabeled]: seq(combstruct[count](spec, size=n), n=0..20);
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); if(n==0, 1, for(i=1, n, A=exp(sum(k=1, n, subst(x*A^3, x, x^k+x*O(x^n))/k))); polcoeff(A, n, x))} - Paul D. Hanna, Jul 13 2006
CROSSREFS
Cf. A006964.
Sequence in context: A369109 A082030 A348802 * A367284 A249934 A174992
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)