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!)
A238465 Generalized ordered Bell numbers Bo(8,n). 4
1, 8, 136, 3464, 117640, 4993928, 254396296, 15119104904, 1026912225160, 78468091562888, 6662087721342856, 622186077361470344, 63389713864392140680, 6996476832548305415048, 831619554631233264449416, 105909083171031626820475784 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 8 of array A094416, which has more information.
LINKS
FORMULA
E.g.f.: 1/(9 - 8*exp(x)).
a(n) ~ n! / (9*(log(9/8))^(n+1)). - Vaclav Kotesovec, Mar 20 2014
a(0) = 1; a(n) = 8*a(n-1) - 9*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/(9 - 8 Exp[x]), {x, 0, t}], x]
PROG
(Magma) m:=20; R<x>:=LaurentSeriesRing(RationalField(), m); b:=Coefficients(R!(1/(9 - 8*Exp(x)))); [Factorial(n-1)*b[n]: n in [1..m]];
CROSSREFS
Sequence in context: A131927 A132869 A036915 * A049211 A024283 A134053
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 24 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)