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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A025748 3rd order Patalan numbers (generalization of Catalan numbers). 8
1, 1, 3, 15, 90, 594, 4158, 30294, 227205, 1741905, 13586859, 107459703, 859677624, 6943550040, 56540336040, 463630755528, 3824953733106, 31724616256938, 264371802141150, 2212374554760150, 18583946259985260 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

G.f. (with a(0)=0) is series reversion of x-3x^2+3x^3.

The Hankel transform of a(n) is A005130(n)3^binomial(n,2).

LINKS

W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.

FORMULA

G.f.: (4-(1-9x)^(1/3))/3. a(n)=3^(n-1)*2*A034000(n-1)/n!, n >= 2 and a(n)=3*A034164(n-2), n >= 2 (from wolfdieter.lang(AT)physik.uni-karlsruhe.de).

MATHEMATICA

CoefficientList[Series[(4-Power[1-9x, (3)^-1])/3, {x, 0, 20}], x] (* From Harvey P. Dale, Nov 14 2011 *)

PROG

(PARI) a(n)=if(n<1, n==0, polcoeff(serreverse(x-3*x^2+3*x^3+x*O(x^n)), n))

CROSSREFS

Apart from the initial 1, identical to A097188.

Sequence in context: A074550 A205576 A173695 * A097188 A201953 A185369

Adjacent sequences:  A025745 A025746 A025747 * A025749 A025750 A025751

KEYWORD

nonn,changed

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

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 13:14 EST 2012. Contains 206031 sequences.