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!)
A335020 Decimal expansion of (1/phi)^(1/phi), where phi is the golden ratio (1 + sqrt(5))/2 (A001622). 1
7, 4, 2, 7, 4, 2, 9, 4, 4, 6, 2, 4, 6, 8, 1, 6, 4, 1, 3, 6, 9, 5, 6, 6, 0, 4, 7, 6, 0, 5, 7, 8, 8, 5, 1, 4, 1, 4, 9, 7, 5, 5, 2, 5, 2, 7, 0, 6, 9, 7, 7, 9, 6, 4, 1, 4, 4, 1, 4, 3, 4, 0, 7, 8, 9, 1, 1, 0, 5, 1, 0, 6, 3, 6, 5, 8, 9, 7, 7, 0, 7, 5, 8, 3, 2, 2, 9, 1, 8, 3, 3, 7, 7, 2, 8, 2, 1, 4, 3, 1, 0, 0, 2, 4, 4, 7, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The real function f(x) = (1/phi)^(1/phi) x^phi satisfies the differential equation f'(x) = f^(-1)(x): the derivative of f equals the compositional inverse of f.
LINKS
Dr Peyam, Derivative equals inverse, youtube video (2018)
FORMULA
Equals (phi-1)^(phi-1), with phi = (1 + sqrt(5))/2.
EXAMPLE
0.7427429446246816413695660476057885141497552527...
MAPLE
g:= (phi-> (1/phi)^(1/phi))((1+sqrt(5))/2):
evalf(g, 140);
MATHEMATICA
RealDigits[(1/GoldenRatio)^(1/GoldenRatio), 10, 100][[1]] (* Amiram Eldar, May 21 2020 *)
PROG
(PARI) my(x=(sqrt(5)-1)/2); x^x \\ Michel Marcus, May 21 2020
CROSSREFS
Sequence in context: A254349 A019608 A245055 * A225410 A248750 A071875
KEYWORD
nonn,cons
AUTHOR
Alois P. Heinz, May 19 2020
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 23 14:23 EDT 2024. Contains 372763 sequences. (Running on oeis4.)