Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A015084
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A015084 q-Catalan numbers (recurrence version) for q=3. +0
1
1, 1, 4, 43, 1252, 104098, 25511272, 18649337311, 40823535032644, 267924955577741566, 5274102955963545775864, 311441054994969341088610030, 55171471477692117486494217498280 (list; graph; listen)
OFFSET

1,3

COMMENT

Limit_{n->inf} a(n)/3^((n-1)(n-2)/2) = Product{k=1..inf} 1/(1-1/3^k) = 1.785312341998534190367486296013703535718796... - Paul D. Hanna (pauldhanna(AT)juno.com), Jan 24 2005

It appears that the Hankel transform is 3^A002412(n). [From Paul Barry (pbarry(AT)wit.ie), Aug 01 2008]

Hankel transform of the aerated sequence is 3^C(n+1,3). [From Paul Barry (pbarry(AT)wit.ie), Oct 31 2008]

FORMULA

a(n) = sum_{i=1}^{n-1} q^{(i-1)} a(i) a(n-i).

G.f. satisfies: A(x) = 3*x/(3-A(3*x)) = x/(1-x/(1-3*x/(1-3^2*x/(1-3^3*x/(1-...))))) (continued fraction). - Paul D. Hanna (pauldhanna(AT)juno.com), Jan 24 2005

PROGRAM

(PARI) a(n)=if(n==1, 1, sum(i=1, n-1, 3^(i-1)*a(i)*a(n-i))) (Hanna)

CROSSREFS

Sequence in context: A130545 A027311 A074702 this_sequence A102388 A071125 A053314

Adjacent sequences: A015081 A015082 A015083 this_sequence A015085 A015086 A015087

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Paul D. Hanna (pauldhanna(AT)juno.com), Jan 24 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research