proposed
approved
proposed
approved
editing
proposed
allocated for Ilya Gutkovskiy
E.g.f.: 1 / (1 - x - Sum_{k>=2} prime(k-1) * x^k / k!).
1, 1, 4, 21, 149, 1317, 13985, 173207, 2451807, 39043963, 690844441, 13446183857, 285500221447, 6567135007015, 162678487750465, 4317650962178897, 122234460353464081, 3676789159574231397, 117102826395968235853, 3936834192059910096205, 139316727760914366716635
0,3
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * A008578(k) * a(n-k).
nmax = 20; CoefficientList[Series[1/(1 - x - Sum[Prime[k - 1] x^k/k!, {k, 2, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!
allocated
nonn
Ilya Gutkovskiy, Aug 04 2021
approved
editing
allocated for Ilya Gutkovskiy
recycled
allocated
reviewed
approved
proposed
reviewed
editing
proposed
Decimal expansion of Pi truncated to n places, thereafter the digits rearranged into nondecreasing order.
3, 13, 134, 1134, 11345, 113459, 1123459, 11234569, 112345569, 1123345569, 11233455569, 112334555689, 1123345556899, 11233455567899, 112334555678999, 1123334555678999, 11223334555678999, 112233334555678999, 1122333345556788999, 11223333445556788999
0,1
It is still unknown whether Pi is a normal number. What is lim_{n->oo} floor(Pi*10^n)/a(n)?
P. Trueb, <a href="https://arxiv.org/abs/1612.00489">Digit Statistics of the First 22.4 Trillion Decimal Digits of Pi</a>, arXiv:1612.00489 [math.NT], 2016.
a(n) = A004185(floor(Pi*10^n)).
nonn,base,changed
recycled
Ctibor O. Zizka, Jul 17 2021
proposed
editing
editing
proposed