login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A173164 Decimal expansion of the constant which yields Catalan's constant if raised to itself. 1
9, 0, 7, 8, 3, 9, 9, 6, 2, 0, 8, 2, 5, 3, 1, 6, 6, 4, 0, 9, 9, 0, 2, 4, 2, 4, 5, 8, 8, 2, 4, 7, 8, 1, 2, 6, 2, 4, 0, 7, 1, 2, 6, 9, 9, 8, 4, 6, 4, 3, 5, 3, 9, 2, 4, 6, 8, 1, 7, 2, 9, 0, 8, 2, 8, 7, 8, 8, 4, 6, 8, 0, 0, 8, 9, 3, 9, 9, 5, 1, 6, 6, 7, 6, 5, 4, 9, 8, 9, 3, 0, 1, 7, 1, 6, 3, 8, 1, 4, 6, 5, 0, 2, 4
(list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Equals log(Catalan)/LambertW(log(Catalan)). - Alois P. Heinz, Aug 26 2018
EXAMPLE
0.907839962...^0.907839962... = 0.915965594... = A006752.
MATHEMATICA
x=Catalan; RealDigits[Log[x]/ProductLog[Log[x]], 10, 6! ][[1]]
RealDigits[x/.FindRoot[x^x==Catalan, {x, 1}, WorkingPrecision->120]][[1]] (* Harvey P. Dale, Jan 24 2015 *)
PROG
(PARI) solve(x=.5, 1, x^x - Catalan) \\ Michel Marcus, Aug 26 2018
CROSSREFS
Cf. A006752 (Catalan's constant).
Sequence in context: A372830 A309823 A196549 * A298743 A181446 A097669
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 11:33 EDT 2024. Contains 376010 sequences. (Running on oeis4.)