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!)
A323982 Decimal expansion of cosh(Pi/6). 8
1, 1, 4, 0, 2, 3, 8, 3, 2, 1, 0, 7, 6, 4, 2, 8, 7, 9, 2, 1, 4, 1, 1, 3, 1, 9, 8, 0, 3, 7, 9, 3, 5, 0, 8, 9, 0, 7, 6, 6, 8, 9, 7, 6, 6, 7, 5, 1, 1, 3, 2, 0, 5, 5, 0, 5, 7, 7, 5, 0, 9, 9, 6, 9, 6, 0, 1, 2, 1, 3, 3, 1, 6, 0, 0, 3, 4, 9, 0, 3, 6, 8, 5, 1, 3, 2, 3, 4, 2, 1, 6, 0, 8, 8, 8, 2, 7, 8, 8, 7, 3, 8, 8, 1, 3, 3, 5, 6, 1, 7, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Decimal expansion of sum sigma_1 involved in calculation of i^i. [Uhler]
LINKS
H. S. Uhler, On the numerical value of i^i, Amer. Math. Monthly, 28 (1921), 114-116.
FORMULA
EXAMPLE
1.1402383210764287921411319803793508907668976675113205505775099696012133160034...
MATHEMATICA
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, 2}], 10, 111][[1]] (* Robert G. Wilson v, Feb 16 2019 *)
RealDigits[Cosh[Pi/6], 10, 120][[1]] (* Vaclav Kotesovec, Feb 16 2019 *)
CROSSREFS
Sequence in context: A123314 A058997 A261164 * A279415 A201399 A145894
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Feb 11 2019
EXTENSIONS
More digits from Robert G. Wilson v, Feb 16 2019
Simpler definition from Vaclav Kotesovec, 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 May 11 10:11 EDT 2024. Contains 372409 sequences. (Running on oeis4.)