The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A323984 Decimal expansion of exp(Pi/6). 6
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, 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, 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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
H. S. Uhler, On the numerical value of i^i, Amer. Math. Monthly, 28 (1921), 114-116.
FORMULA
EXAMPLE
1.6880917949644686006168476280967822941196811892871823125684056078889433931696...
MATHEMATICA
RealDigits[Exp[Pi/6], 10, 111][[1]] (* or *)
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 *)
CROSSREFS
Sequence in context: A327839 A365125 A088608 * A176104 A011481 A212480
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Feb 11 2019
EXTENSIONS
Corrected and extended by Robert G. Wilson v, Feb 16 2019
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 June 11 19:21 EDT 2024. Contains 373317 sequences. (Running on oeis4.)