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!)
A329968 a(0) = 1; a(n) = Sum_{k=1..n} |Stirling1(n,k)| * a(n-k). 1
1, 1, 2, 8, 77, 2329, 302564, 222085736, 1123297137786, 45315713537365706, 16445319538981321524068, 59677257201788875416461684008, 2382127122661172512076372104185900762, 1141042791864963721866517729601372480006639394 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[n_] := a[n] = Sum[Abs[StirlingS1[n, k]] a[n - k], {k, 1, n}]; a[0] = 1; Table[a[n], {n, 0, 13}]
CROSSREFS
Sequence in context: A193205 A303943 A295345 * A093062 A057984 A215741
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 26 2019
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 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)