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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A182959 G.f. 2*(1+x)^2/(1-2*x+sqrt(1-8*x)). 1
1, 5, 20, 96, 528, 3136, 19584, 126720, 841984, 5710848, 39376896, 275185664, 1944821760, 13875707904, 99807723520, 722997411840, 5269761884160, 38620004352000, 284405842575360, 2103530005463040, 15619068033761280 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..20.

FORMULA

Let F(x) be the g.f. of A182960, then g.f. of this sequence satisfies:

* A(x) = F(x/A(x)^3) and A(x*F(x)^3) = F(x);

* A(x) = [x/Series_Reversion( x*F(x)^3 )]^(1/3).

EXAMPLE

G.f.: A(x) = 1 + 5*x + 20*x^2 + 96*x^3 + 528*x^4 + 3136*x^5 +...

where A(x*F(x)^3) = F(x) is the g.f. of A182960:

F(x) = 1 + 5*x + 95*x^2 + 2496*x^3 + 76063*x^4 + 2524161*x^5 +...

MATHEMATICA

CoefficientList[ Series[2 (1 + x)^2/(1 - 2 x + Sqrt[1 - 8 x]), {x, 0, 20}], x]  [From Robert G. Wilson v, Dec 31 2010]

PROG

(PARI) {a(n)=polcoeff(2*(1+x)^2/(1-2*x+sqrt(1-8*x+x*O(x^n))), n)}

CROSSREFS

Cf. A182960.

Sequence in context: A017966 A196532 A002745 * A224661 A020046 A026118

Adjacent sequences:  A182956 A182957 A182958 * A182960 A182961 A182962

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Dec 31 2010

STATUS

approved

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 May 18 15:21 EDT 2013. Contains 225422 sequences.