login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A238467 Generalized ordered Bell numbers Bo(10,n). 2
1, 10, 210, 6610, 277410, 14553010, 916146210, 67285818610, 5647734061410, 533307215001010, 55954905981282210, 6457903731351210610, 813080459351919805410, 110901542660769629769010, 16290196917457939734258210 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 10 of array A094416, which has more information.
LINKS
FORMULA
E.g.f.: 1/(11 - 10*exp(x)).
a(n) ~ n! / (11*(log(11/10))^(n+1)). - Vaclav Kotesovec, Mar 20 2014
a(0) = 1; a(n) = 10*a(n-1) - 11*Sum_{k=1..n-1} (-1)^k * binomial(n-1,k) * a(n-k). - Seiichi Manyama, Nov 17 2023
MATHEMATICA
t=30; Range[0, t]! CoefficientList[Series[1/(11 - 10 Exp[x]), {x, 0, t}], x]
PROG
(Magma) m:=20; R<x>:=LaurentSeriesRing(RationalField(), m); b:=Coefficients(R!(1/(11 - 10*Exp(x)))); [Factorial(n-1)*b[n]: n in [1..m]];
CROSSREFS
Sequence in context: A001450 A076803 A120596 * A254322 A365341 A327411
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Mar 18 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)