Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #14 Feb 16 2019 10:47:55
%S 1,6,8,8,0,9,1,7,9,4,9,6,4,4,6,8,6,0,0,6,1,6,8,4,7,6,2,8,0,9,6,7,8,2,
%T 2,9,4,1,1,9,6,8,1,1,8,9,2,8,7,1,8,2,3,1,2,5,6,8,4,0,5,6,0,7,8,8,8,9,
%U 4,3,3,9,3,1,6,9,6,6,2,8,0,2,0,4,2,3,2,3,4,8,0,9,5,9,6,7,5,8,6,0,6,0,0,2,0,7,5,7,3,2,3
%N Decimal expansion of exp(Pi/6).
%H Robert G. Wilson v, <a href="/A323984/b323984.txt">Table of n, a(n) for n = 1..1000</a>
%H H. S. Uhler, <a href="http://www.jstor.org/stable/2972387">On the numerical value of i^i</a>, Amer. Math. Monthly, 28 (1921), 114-116.
%F A323982 + A323983 = A323984.
%e 1.6880917949644686006168476280967822941196811892871823125684056078889433931696...
%t RealDigits[Exp[Pi/6], 10, 111][[1]] (* or *)
%t a[0] = a[1] = 1; a[n_] := ((n - 2)^2 + 1) a[n - 2]; t[x_] := N[(1/2)^x*a[x]/x!, 128]; RealDigits[Sum[t[x], {x, 0, 421}], 10, 111][[1]] (* _Robert G. Wilson v_, Feb 16 2019 *)
%Y Cf. A323982, A323983, A323985, A323986, A323987.
%K nonn,cons
%O 1,2
%A _N. J. A. Sloane_, Feb 11 2019
%E Corrected and extended by _Robert G. Wilson v_, Feb 16 2019