login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120601 G.f. satisfies: 15*A(x) = 14 + 27*x + A(x)^6, starting with [1,3,15]. 2
1, 3, 15, 210, 3510, 65562, 1310901, 27446760, 594104940, 13187589690, 298555767279, 6867021319722, 160017552201780, 3769622456958720, 89628027015591870, 2148034269252052608, 51836638064282565579 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

See comments in A120588 for conditions needed for an integer sequence to satisfy a functional equation of the form: r*A(x) = c + b*x + A(x)^n.

FORMULA

G.f.: A(x) = 1 + Series_Reversion((1+15*x - (1+x)^6)/27). Lagrange Inversion yields: G.f.: A(x) = Sum_{n>=0} C(6*n,n)/(5*n+1) * (14+27*x)^(5*n+1)/15^(6*n+1). - Paul D. Hanna (pauldhanna(AT)juno.com), Jan 24 2008

EXAMPLE

A(x) = 1 + 3*x + 15*x^2 + 210*x^3 + 3510*x^4 + 65562*x^5 +...

A(x)^6 = 1 + 18*x + 225*x^2 + 3150*x^3 + 52650*x^4 + 983430*x^5 +...

PROG

(PARI) {a(n)=local(A=1+3*x+15*x^2+x*O(x^n)); for(i=0, n, A=A+(-15*A+14+27*x+A^6)/9); polcoeff(A, n)}

CROSSREFS

Cf. A120588 - A120600, A120602 - A120607.

Sequence in context: A166359 A195515 A003505 * A145272 A117820 A126453

Adjacent sequences:  A120598 A120599 A120600 * A120602 A120603 A120604

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 16 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:46 EST 2012. Contains 206011 sequences.