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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051711 a(0) = 1; for n>0, a(n) = n!*4^n/2. 1
1, 2, 16, 192, 3072, 61440, 1474560, 41287680, 1321205760, 47563407360, 1902536294400, 83711596953600, 4018156653772800, 208944145996185600, 11700872175786393600, 702052330547183616000, 44931349155019751424000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Denominators in expansion of W(exp(x)) about x=1, where W is the Lambert function.

LINKS

J. M. Borwein and R. M. Corless, Emerging tools for experimental mathematics, Amer. Math. Monthly, 106 (No. 10, 1999), 889-909.

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 647

FORMULA

E.g.f.: (1-2x)/(1-4x). a(n)=4na(n-1), n>0.

EXAMPLE

W(exp(x)) = 1 +(x-1)/2+(x-1)^2/16-(x-1)^3/192-...

MATHEMATICA

s=2; lst={1, s}; Do[s+=n*s+s; AppendTo[lst, s], {n, 6, 5!, 4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008]

PROG

(PARI) a(n)=if(n<1, !n, 4^n/2*n!)

CROSSREFS

Cf. A001662.

Sequence in context: A118644 A183205 A006335 * A012683 A012677 A158212

Adjacent sequences:  A051708 A051709 A051710 * A051712 A051713 A051714

KEYWORD

nonn,easy,nice,frac

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Dec 07 1999

Edited by Michael Somos, Aug 21, 2002

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 14 09:50 EST 2012. Contains 205614 sequences.