login
A334624
Decimal expansion of Pi + e + phi + sqrt(2) + i^i - 1/10.
0
9, 0, 0, 0, 0, 0, 1, 6, 0, 9, 5, 2, 2, 5, 9, 0, 2, 7, 9, 3, 7, 6, 1, 6, 2, 0, 3, 3, 0, 4, 2, 4, 8, 0, 3, 4, 8, 2, 7, 8, 2, 7, 5, 3, 8, 9, 8, 8, 9, 5, 4, 5, 9, 3, 9, 3, 2, 9, 1, 7, 6, 4, 6, 3, 7, 8, 3, 3, 0, 5, 8, 5, 5, 2, 0, 6, 2, 4, 8, 2, 2, 1, 5, 4, 5, 6, 1, 2, 0, 2, 0, 2, 4, 9, 7, 4, 2
OFFSET
1,1
COMMENTS
A near-integer obtained by subtracting one tenth from the sum of Archimedes's constant, Napier's constant, golden ratio, Pythagoras's constant and the imaginary unit to the power of itself.
FORMULA
Equals Pi + e + (sqrt(5)+1)/2 + sqrt(2) + e^(-Pi/2) - 1/10.
EXAMPLE
9.0000016095...
MAPLE
Digits:=100; evalf(Pi + exp(1) + (sqrt(5)+1)/2 + sqrt(2) + I^I - 1/10);
MATHEMATICA
RealDigits[Pi + Exp[1] + GoldenRatio + Sqrt[2] + Re[I^I] - 1/10, 10, 100][[1]]
PROG
(PARI) Pi + exp(1) + (sqrt(5)+1)/2 + sqrt(2) + real(I^I) - 1/10
(MATLAB) pi + exp(1) + (sqrt(5)+1)/2 + sqrt(2) + i^i - 1/10
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Michal Paulovic, Sep 09 2020
STATUS
approved