|
| |
|
|
A155456
|
|
Write (1+1/x)*log(1+x) = Sum c(n)*x^n; then a(n) = (n+1)!*c(n).
|
|
0
| |
|
|
-1, -1, 1, -2, 6, -24, 120, -720, 5040, -40320, 362880, -3628800, 39916800, -479001600, 6227020800, -87178291200, 1307674368000, -20922789888000, 355687428096000, -6402373705728000, 121645100408832000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,4
|
|
|
COMMENTS
| Apart from initial terms and signs, identical to A000142.
|
|
|
LINKS
| P. W. Anderson, D. J. Thouless, E. Abrahams and D. S. Fisher, New method for a scaling theory of localization, Physical Review B, 1980.
|
|
|
MATHEMATICA
| p[x] = -(1 + 1/x)*Log[1 + x];
Table[ (n + 1)!*SeriesCoefficient[ Series[p[x], {x, 0, 30}], n], {n, 0, 30}]
|
|
|
CROSSREFS
| Sequence in context: A193937 A072167 A154659 * A000142 A104150 A124355
Adjacent sequences: A155453 A155454 A155455 * A155457 A155458 A155459
|
|
|
KEYWORD
| sign
|
|
|
AUTHOR
| Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 22 2009
|
|
|
EXTENSIONS
| Edited by N. J. A. Sloane, Jun 02 2009
|
| |
|
|