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!)
A306022 Stirling transform of partitions numbers (A000041). 4
1, 1, 3, 10, 38, 163, 774, 4006, 22376, 133951, 854402, 5775948, 41190317, 308651432, 2422315371, 19856073597, 169596622997, 1506139073454, 13879704561038, 132488897335228, 1307829322689944, 13330635710335512, 140118664473276174, 1516899115597189064 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Stirling Transform.
FORMULA
a(n) = Sum_{k=0..n} Stirling2(n,k)*A000041(k).
MAPLE
a:= n-> add(combinat[numbpart](j)*Stirling2(n, j), j=0..n):
seq(a(n), n=0..30); # Alois P. Heinz, Jun 17 2018
MATHEMATICA
Table[Sum[StirlingS2[n, k]*PartitionsP[k], {k, 0, n}], {n, 0, 25}]
PROG
(PARI) a(n) = sum(k=0, n, stirling(n, k, 2)*numbpart(k)); \\ Michel Marcus, Jun 17 2018
CROSSREFS
Sequence in context: A359109 A346815 A351681 * A186367 A010842 A140710
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jun 17 2018
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 August 9 08:00 EDT 2024. Contains 375028 sequences. (Running on oeis4.)