A328227 Decimal expansion of positive solution to x^2 = 1 + (Pi + arccos(1/x))^2.
4, 6, 0, 3, 3, 3, 8, 8, 4, 8, 7, 5, 1, 7, 0, 0, 3, 5, 2, 5, 5, 6, 5, 8, 2, 0, 2, 9, 1, 0, 3, 0, 1, 6, 5, 1, 3, 0, 6, 7, 3, 9, 7, 1, 3, 4, 1, 6, 0, 5, 3, 2, 3, 4, 6, 0, 3, 9, 4, 3, 0, 1, 1, 5, 4, 3, 8, 4, 5, 8, 7, 3, 1, 9, 6, 5, 9, 7, 0, 9, 9, 8, 7, 1, 6, 5, 4, 6, 9, 9, 7, 2, 2, 7, 2
Offset: 1
Examples
4.6033388487517003525565820291030165130673971341605323460394301154384587319659...
Links
- Rian Hunter, The Number Hiding Inside the Spirograph.
- IBM Research, Ponder This Challenge - May 2001.
- Luc Rousseau, A328227 viewed as the |slope| of an envelope.
Programs
-
Mathematica
NSolve[x^2==1+(Pi+ArcCos[1/x])^2,x,Reals,WorkingPrecision->100]
-
PARI
solve(x=4, 5, 1 + (Pi+acos(1/x))^2 - x^2) \\ Michel Marcus, Oct 08 2019
Formula
x=-sec(y), where decimal expansion of y is A115365.
Alternatively, x=sqrt(y^2+1).
Comments