login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A275477
Decimal expansion of arccos(2/Pi).
1
8, 8, 0, 6, 8, 9, 2, 3, 5, 4, 2, 0, 3, 5, 6, 6, 6, 7, 2, 2, 6, 9, 4, 3, 7, 8, 2, 5, 6, 8, 9, 0, 0, 7, 2, 2, 0, 2, 8, 7, 5, 1, 5, 9, 9, 9, 8, 7, 5, 0, 1, 8, 2, 3, 4, 4, 9, 0, 0, 6, 6, 8, 2, 1, 6, 9, 0, 8, 8, 0, 0, 7, 5, 9, 2, 6, 4, 1, 0, 9, 0, 4, 0, 6, 9, 6, 4, 5, 3, 5, 0, 8, 5, 8, 6, 6, 0, 2, 9, 5, 0, 2
OFFSET
0,1
COMMENTS
The Winkel tripel projection is the average of the Aitoff projection and an equirectangular projection. The latter component depends on a standard parallel which in radians is this constant.
EXAMPLE
0.88068923542035666722694378256890...
MATHEMATICA
First@ RealDigits@ N[ArcCos[2/Pi], 120] (* Michael De Vlieger, Aug 06 2016 *)
PROG
(PARI) acos(2/Pi)
CROSSREFS
Cf. A060294 (2/Pi), A232247 (arctan(2/Pi)).
Sequence in context: A345746 A243508 A144802 * A019960 A069527 A154492
KEYWORD
nonn,cons
AUTHOR
Jeremy Tan, Jul 29 2016
STATUS
approved