|
| |
|
|
A163869
|
|
Binomial transform of the beta numbers 1/beta(n+1,n+1) (A002457).
|
|
1
| |
|
|
1, 7, 43, 249, 1395, 7653, 41381, 221399, 1175027, 6196725, 32512401, 169863147, 884318973, 4589954619, 23761814955, 122735222505, 632698778835, 3255832730565, 16728131746145, 85826852897675
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Also a(n) = sum {i=0..n} binomial(n,n-i) (2*i+1)$ where i$ denotes the swinging factorial of i (A056040).
|
|
|
REFERENCES
| Peter Luschny, "Divide, swing and conquer the factorial and the lcm{1,2,...,n}", preprint, April 2008.
|
|
|
LINKS
| Peter Luschny, Swinging Factorial.
|
|
|
MAPLE
| a := proc(n) local i; add(binomial(n, i)/Beta(i+1, i+1), i=0..n) end:
|
|
|
CROSSREFS
| Cf. A163842.
Sequence in context: A081896 A193656 A125344 * A043553 A049609 A161728
Adjacent sequences: A163866 A163867 A163868 * A163870 A163871 A163872
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Peter Luschny (peter(AT)luschny.de), Aug 06 2009
|
| |
|
|