Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118792
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118792 E.g.f.: -log(1 - (1 - sqrt(5 - 4*exp(x)) )/2 ). +0
2
0, 1, 4, 30, 352, 5670, 116344, 2902830, 85326112, 2887962870, 110620824904, 4730842053630, 223445584599472, 11552029520192070, 648869447924011864, 39347855472366932430, 2562065820090343738432, 178286102174571726213270 (list; graph; listen)
OFFSET

0,3

COMMENT

Also equals the unsigned row sums of triangle A118791 (offset without leading zero).

FORMULA

a(n) = (n-1)!*Sum_{k=0..n-1} abs( [x^k] (x/log(1-x-x^2))^n ) for n>0.

EXAMPLE

E.g.f.: A(x) = x + 2*x^2 + 30/6*x^3 + 352/24*x^4 + 5670/120*x^5 +...

PROGRAM

(PARI) {a(n)=local(x=X+X^2*O(X^n)); n!*polcoeff(-log(1-(1-sqrt(5-4*exp(x)))/2), n, X)} (PARI) /* As the unsigned row sums of A118791: */ {a(n)=local(x=X+X^2*O(X^n)); if(n<1, 0, (n-1)!*sum(k=0, n-1, abs(polcoeff(((-x/log(1-x-x^2)))^n, k, X))))}

CROSSREFS

Cf. A118791.

Sequence in context: A052316 A089918 A132622 this_sequence A137341 A120338 A064050

Adjacent sequences: A118789 A118790 A118791 this_sequence A118793 A118794 A118795

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 30 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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research