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!)
A205773 G.f. satisfies: A(x) = 1/Product_{n>=1} (1 - 3*x^n*A(x^n)). 1
1, 3, 21, 156, 1335, 12153, 116778, 1160715, 11848530, 123420648, 1306709841, 14019657771, 152092615971, 1665531792021, 18386262679557, 204393214435791, 2286101345820933, 25708109998131381, 290490321604346535, 3296566844230833750, 37555644504960139647 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
G.f.: A(x) = 1 + 3*x + 21*x^2 + 156*x^3 + 1335*x^4 + 12153*x^5 +...
where
A(x) = 1/((1 - 3*x*A(x)) * (1 - 3*x^2*A(x^2)) * (1 - 3*x^3*A(x^3)) *...).
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1/prod(k=1, n, (1-3*x^k*subst(A, x, x^k+x*O(x^n))))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A226560 A026333 A370170 * A192364 A286918 A358953
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 31 2012
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)