login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066211 Sum((2*n)!/(2*n-j)!,j=0..n). 1
1, 3, 17, 157, 2081, 36101, 773665, 19726085, 582913217, 19582414021, 736891600001, 30699450566885, 1402556105125345, 69719685409234277, 3745929254826233441, 216310377722912693701, 13359435408855851031425, 878701820865582786218885 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

PROG

(PARI) { for (n=0, 100, s=0; for (j=0, n, s+=(2*n)!/(2*n - j)!); write("b066211.txt", n, " ", s) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Feb 06 2010]

CROSSREFS

Sequence in context: A168441 A001469 A110501 * A163884 A175607 A052143

Adjacent sequences:  A066208 A066209 A066210 * A066212 A066213 A066214

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 17 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:19 EST 2012. Contains 206038 sequences.