Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118794
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118794 E.g.f.: 1 - exp((-1 + sqrt(5 - 4*exp(x)) )/2). +0
3
0, 1, 2, 11, 121, 1902, 38381, 945989, 27552260, 925920081, 35265751869, 1501219998148, 70632987480771, 3639861179067661, 203881981765871618, 12333901891547136559, 801418950244634922973, 55665376886060309513990 (list; graph; listen)
OFFSET

0,3

COMMENT

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

FORMULA

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

EXAMPLE

E.g.f.: A(x) = x + 2/2*x^2 + 11/6*x^3 + 121/24*x^4 + 1902/120*x^5 +...

PROGRAM

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

CROSSREFS

Cf. A118793, A118795.

Sequence in context: A090534 A130222 A057076 this_sequence A001946 A112864 A077391

Adjacent sequences: A118791 A118792 A118793 this_sequence A118795 A118796 A118797

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 November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research