Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124835
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124835 Row sums of triangle A124834. +0
3
1, 2, 4, 9, 25, 91, 444, 2920, 25996, 314752, 5201874, 117719942, 3658433597, 156505343943, 9234365056453, 752841451059559, 84938741035295776, 13279814559055121447, 2880581923860441220144, 867855593621657824023139 (list; graph; listen)
OFFSET

0,2

FORMULA

G.f.: A(x) = Sum_{k>=0} x^n * Product_{k=0..n} 1/(1 - binomial(n,k)*x).

EXAMPLE

A(x) = 1/(1-x) + x/((1-x)(1-x)) + x^2/((1-x)(1-2x)(1-x)) + x^3/((1-x)(1-3x)(1-3x)(1-x)) + x^4/((1-x)(1-4x)(1-6x)(1-4x)(1-x)) +...

PROGRAM

(PARI) {a(n)=sum(k=0, n, polcoeff(1/prod(j=0, k, 1-binomial(k, j)*x +x*O(x^n)), n-k))}

CROSSREFS

Cf. A124834, A124836.

Sequence in context: A114110 A140290 A127055 this_sequence A125799 A087378 A004252

Adjacent sequences: A124832 A124833 A124834 this_sequence A124836 A124837 A124838

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 09 2006

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research