Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A138903
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A138903 a(n) = (1/2^n)* Sum_{k=0..n} binomial(n,k)*(n+k)^(n-1). +0
2
1, 3, 21, 234, 3590, 70254, 1672972, 46955760, 1517994792, 55549351800, 2269918543640, 102452561694864, 5062050729973120, 271751784988056576, 15750949414628405760, 980315266648197537792, 65207656047198387921536 (list; graph; listen)
OFFSET

1,2

FORMULA

E.g.f.: A(x) = ln(B(x)), where B(x) is e.g.f. of A138860.

E.g.f: A(x) = Series_Reversion[ 2*x/(exp(x) + exp(2*x)) ].

MAPLE

A138903 := proc(n) local k ; add(binomial(n, k)*(n+k)^(n-1), k=0..n)/2^n ; end: seq(A138903(n), n=1..20) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 12 2008

PROGRAM

(PARI) {a(n)=local(X=x+x*O(x^n)); n!*polcoeff(serreverse(2*x/(exp(X)+exp(2*X)) ), n)}

CROSSREFS

Sequence in context: A008545 A005373 A078586 this_sequence A058562 A145083 A138213

Adjacent sequences: A138900 A138901 A138902 this_sequence A138904 A138905 A138906

KEYWORD

easy,nonn

AUTHOR

Paul Hanna and Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 02 2008, Apr 03 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 12 2008

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