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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092148 Expansion of 1/(exp(x)-x*exp(2x)). 0
1, 3, 11, 85, 739, 7831, 96641, 1363209, 21632759, 381433771, 7398080029, 156533563693, 3588046200179, 88571349871551, 2342565398442569, 66087436823953681, 1980956920420309231, 62871632567144951635 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

(n+1)! * Sum(k=0, n+1, (n-k)^k/k!).

PROG

(PARI) a(n)=if(n==0, 1, (n+1)!*sum(k=0, n+1, (n-k)^k/k!))

CROSSREFS

Cf. A006153, A072597.

Sequence in context: A062580 A097495 A157980 * A091547 A063854 A066384

Adjacent sequences:  A092145 A092146 A092147 * A092149 A092150 A092151

KEYWORD

nonn

AUTHOR

Ralf Stephan, Mar 31 2004

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 15 09:46 EST 2012. Contains 205761 sequences.