Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A052827
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A052827 A simple grammar. +0
1
1, 1, 1, 3, 6, 15, 36, 90, 225, 578, 1492, 3901, 10278, 27313, 73042, 196585, 531847, 1445991, 3948282, 10823524, 29776129, 82183115, 227501127, 631494797, 1757297207, 4901491697, 13700742034, 38373104938, 107675540083, 302664162746 (list; graph; listen)
OFFSET

0,4

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 792

FORMULA

G.f.: Product_{k>0} (1+x^k)^A000081(k), k=1..infinity). - Vladeta Jovovic (vladeta(AT)eunet.rs), May 14 2005

G.f.: A(x) = x*T(x)/T(x^2) = exp(T(x) - T(x^2)/2 + T(x^3)/3 - T(x^4)/4 +-...) where T(x) = g.f. of A000081 (number of rooted trees with n nodes). - Paul D. Hanna (pauldhanna(AT)juno.com), Jul 13 2006

EXAMPLE

A(x) = 1 + x + x^2 + 3*x^3 + 6*x^4 + 15*x^5 + 36*x^6 + 90*x^7 +...

MAPLE

spec := [S, {B=Set(C), C=Prod(B, Z), S=PowerSet(C)}, unlabeled]: seq(combstruct[count](spec, size=n), n=0..20);

PROGRAM

(PARI) {a(n)=local(T=x+x*O(x^n)); if(n==0, 1, for(i=1, n, T=x*exp(sum(k=1, n, subst(T, x, x^k+x*O(x^n))/k))); polcoeff(x*T/subst(T, x, x^2), n, x))} - Paul D. Hanna (pauldhanna(AT)juno.com), Jul 13 2006

CROSSREFS

Cf. A000081.

Sequence in context: A076375 A113225 A017924 this_sequence A033192 A005043 A099323

Adjacent sequences: A052824 A052825 A052826 this_sequence A052828 A052829 A052830

KEYWORD

easy,nonn

AUTHOR

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

EXTENSIONS

More terms from Paul D. Hanna (pauldhanna(AT)juno.com), Jul 13 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research