Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129840
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129840 a(n) = n! * sum{k=1 to n} binomial(2n+1,k)/k. +0
1
3, 20, 175, 2076, 32208, 626028, 14688924, 404166432, 12756813408, 454171720320, 18000130993920, 785833199683200, 37465916611881600, 1936722997186387200, 107888448215162361600, 6442944965583133593600, 410602312459198056960000 (list; graph; listen)
OFFSET

1,1

COMMENT

a(n) also equals (1/2)sum{k=1 to n} (k+n)! ((k-1)!4^k/(2k)! + 1/(k!k)).

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

MAPLE

a:=n->n!*sum(binomial(2*n+1, k)/k, k=1..n): seq(a(n), n=1..20); - Emeric Deutsch (deutsch(AT)duke.poly.edu), May 27 2007

A129840 := proc(n) n!*add(binomial(2*n+1, k)/k, k=1..n) ; end: for n from 1 to 20 do printf("%d, ", A129840(n)) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 08 2007

MATHEMATICA

Table[n!*Sum[Binomial[2n + 1, k]/k, {k, 1, n}], {n, 1, 25}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 24 2007

CROSSREFS

Sequence in context: A051643 A154644 A000891 this_sequence A085390 A065980 A073767

Adjacent sequences: A129837 A129838 A129839 this_sequence A129841 A129842 A129843

KEYWORD

nonn

AUTHOR

Leroy Quet May 22 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Stefan Steinerberger (stefan.steinerberger(AT)gmail.com) and Emeric Deutsch (deutsch(AT)duke.poly.edu), May 24 2007

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 December 5 23:38 EST 2009. Contains 170428 sequences.


AT&T Labs Research