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!)
A308444 a(0) = 1; a(n) = Sum_{k=1..n} Stirling2(n,k)*a(n-k). 2
1, 1, 2, 6, 27, 178, 1701, 23444, 464207, 13175526, 535353033, 31114680549, 2585577239479, 307143443783879, 52156058585285410, 12661558539485464967, 4394996515200407462730, 2181761307828685811029286, 1549298114199282873678255787, 1574165879361329032738370945407 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
log(a(n)) ~ n^2 * log(3) / 6. - Vaclav Kotesovec, May 28 2019
MATHEMATICA
a[n_] := a[n] = Sum[StirlingS2[n, k] a[n - k], {k, 1, n}]; a[0] = 1; Table[a[n], {n, 0, 19}]
CROSSREFS
Sequence in context: A130455 A372346 A005270 * A277611 A080839 A118085
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 27 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 July 13 08:08 EDT 2024. Contains 374274 sequences. (Running on oeis4.)