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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008827 Coefficients from fractional iteration of e^x -1. 1
3, 13, 50, 201, 875, 4138, 21145, 115973, 678568, 4213595, 27644435, 190899320, 1382958543, 10480142145, 82864869802, 682076806157, 5832742205055, 51724158235370, 474869816156749, 4506715738447321, 44152005855084344, 445958869294805287, 4638590332229999351 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

REFERENCES

L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 148.

MAPLE

[seq(bell(n+1)-2, n=2..31)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 29 2006

a:=n->(sum((j+1)*stirling2(n, j), j=2..n)): seq(a(n), n=2..21); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 18 2007

MATHEMATICA

Table[BellB[n] - 2, {n, 3, 40}] (* From Vladimir Joseph Stephan Orlovsky, Jul 06 2011 *)

PROG

(PARI) a(n)=sum(j=2, n--, (j+1)*stirling(n, j, 2)) \\ Charles R Greathouse IV, Jul 06 2011

CROSSREFS

Cf. A008826.

Equals Bell(n) - 2 = A000110(n) - 2.

Sequence in context: A113237 A196907 A116427 * A026529 A101052 A016064

Adjacent sequences:  A008824 A008825 A008826 * A008828 A008829 A008830

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 02 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 05:38 EST 2012. Contains 205694 sequences.