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!)
A347041 Stirling transform of pi (A000720). 1
0, 0, 1, 5, 21, 88, 389, 1852, 9525, 52632, 310141, 1936489, 12749204, 88149847, 637769490, 4812457992, 37763509549, 307453610201, 2592851608305, 22626572045811, 204197274002794, 1905132039608335, 18370391387293756, 183001650861913887, 1882207129695280320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: Sum_{k>=0} pi(k)*x^k / Product_{j=1..k} (1-j*x).
E.g.f.: Sum_{k>=0} pi(k)*(exp(x)-1)^k/k!.
a(n) = Sum_{k=0..n} Stirling2(n,k)*pi(k).
MAPLE
b:= proc(n, m) option remember; `if`(n=0,
numtheory[pi](m), m*b(n-1, m)+b(n-1, m+1))
end:
a:= n-> b(n, 0):
seq(a(n), n=0..27);
CROSSREFS
Sequence in context: A010917 A277668 A270494 * A267268 A355117 A273643
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 13 2021
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 May 3 15:50 EDT 2024. Contains 372221 sequences. (Running on oeis4.)