cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A264806 Decimal expansion of the Bell number with index 1/2 calculated using Dobiński's formula.

This page as a plain text file.
%I A264806 #25 Feb 16 2025 08:33:27
%S A264806 7,7,3,1,9,2,6,5,6,3,7,9,2,8,5,9,8,7,4,8,2,7,6,2,5,6,7,6,0,5,9,0,3,0,
%T A264806 0,7,8,9,4,9,3,3,1,0,6,6,2,7,6,2,0,6,8,6,9,5,9,5,3,5,8,2,5,8,3,6,3,0,
%U A264806 0,1,7,2,8,7,0,2,8,3,9,4,7,7,9,4,4
%N A264806 Decimal expansion of the Bell number with index 1/2 calculated using Dobiński's formula.
%D A264806 G. Dobiński, Summierung der Reihe Sum(n^m/n!) für m = 1, 2, 3, 4, 5, . . ., Grunert Archiv (Arch. f. Math. und Physik), 61 (1877) 333-336.
%H A264806 G. C. Greubel, <a href="/A264806/b264806.txt">Table of n, a(n) for n = 0..188</a>
%H A264806 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/DobinskisFormula.html">Dobiński's Formula</a>, <a href="https://mathworld.wolfram.com/PoissonDistribution.html#eqn22">Poisson Distribution</a>.
%H A264806 Wikipedia, <a href="http://en.wikipedia.org/wiki/Dobinski%27s_formula">Dobinski's formula</a>, <a href="http://en.wikipedia.org/wiki/Poisson_distribution#Higher_moments">Poisson distribution</a>.
%e A264806 0.7731926563792859874827625676...
%t A264806 RealDigits[SequenceLimit[1`100 Accumulate[Table[k^(1/2)/(E k!), {k, 100}]]], 10, 85][[1]] (* or *)
%t A264806 RealDigits[NExpectation[x^(1/2), Distributed[x, PoissonDistribution[1]], WorkingPrecision -> 110], 10, 100][[1]]
%Y A264806 Cf. A000110, A229837.
%K A264806 nonn,cons
%O A264806 0,1
%A A264806 _Vladimir Reshetnikov_, Nov 25 2015