The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A025751 6th-order Patalan numbers (generalization of Catalan numbers). 4
1, 1, 15, 330, 8415, 232254, 6735366, 202060980, 6213375135, 194685754230, 6191006984514, 199237861137996, 6475230486984870, 212188322111965740, 7002214629694869420, 232473525705869664744, 7758803920433400060831 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Wolfdieter Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.
Elżbieta Liszewska, Wojciech Młotkowski, Some relatives of the Catalan sequence, arXiv:1907.10725 [math.CO], 2019.
T. M. Richardson, The Super Patalan Numbers, arXiv preprint arXiv:1410.5880, 2014 and J. Int. Seq. 18 (2015) # 15.3.3
FORMULA
G.f.: (7-(1-36*x)^(1/6))/6.
a(n) = 6^(n-1)*5*A034787(n-1)/n!, n >= 2, 5*A034787(n-1)=(6*n-7)(!^6) := Product_{j=2..n} (6*j - 7). - Wolfdieter Lang.
MATHEMATICA
CoefficientList[Series[(7 - (1 - 36*x)^(1/6))/6, {x, 0, 20}], x] (* Vincenzo Librandi, Dec 29 2012 *)
PROG
(Maxima) a[0]:1$ a[1]:1$ a[n]:=(6/n)*(6*n-7)*a[n-1]$ makelist(a[n], n, 0, 1000); /* Tani Akinari, Aug 03 2014 */
CROSSREFS
Cf. A034787.
Sequence in context: A119296 A180779 A196666 * A027402 A053104 A114937
KEYWORD
nonn
AUTHOR
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 May 20 11:05 EDT 2024. Contains 372712 sequences. (Running on oeis4.)