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”).

A201775
Decimal expansion of 1/(Pi - 1).
2
4, 6, 6, 9, 4, 2, 2, 0, 6, 9, 2, 4, 2, 5, 9, 8, 5, 9, 9, 8, 3, 3, 9, 4, 8, 1, 3, 2, 3, 3, 6, 6, 7, 5, 7, 3, 1, 4, 3, 2, 6, 8, 4, 0, 6, 7, 4, 3, 1, 8, 2, 3, 6, 7, 2, 5, 3, 4, 1, 3, 1, 0, 1, 6, 6, 1, 0, 9, 9, 7, 8, 5, 6, 4, 6, 4, 5, 8, 9, 1, 8, 8, 7, 5, 2, 2, 2, 3, 6, 9, 5, 5, 6, 8, 5, 4, 1, 3, 9, 6, 8, 0, 8, 1, 2
OFFSET
0,1
EXAMPLE
0.466942206924259859983394...
MATHEMATICA
RealDigits[N[1/(Pi - 1), 105]][[1]]
PROG
(PARI) 1/(Pi-1) \\ Charles R Greathouse IV, Oct 01 2022
CROSSREFS
Cf. A000796 (digits of Pi).
Sequence in context: A016122 A247677 A306811 * A199172 A323674 A183986
KEYWORD
nonn,cons
AUTHOR
Michel Lagneau, Dec 04 2011
STATUS
approved