A048292 1-digit terms in the continued fraction for Pi.
3, 7, 1, 1, 1, 1, 2, 1, 3, 1, 2, 1, 1, 2, 2, 2, 2, 1, 2, 1, 1, 3, 1, 4, 2, 6, 6, 1, 2, 2, 6, 3, 5, 1, 1, 6, 8, 1, 7, 1, 2, 3, 7, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 8, 1, 1, 2, 1, 6, 1, 1, 5, 2, 2, 3, 1, 2, 4, 4, 1, 1, 1, 2, 2, 1, 4, 1, 2, 1, 2, 1, 3, 1, 2, 1, 1, 2, 5, 4, 1, 2, 2, 8, 1, 5, 2, 2, 1, 4, 1, 1, 8
Offset: 1
Examples
A001203 begins (3, 7, 15, 1, 292, 1, ...) so sequence begins (3, 7, 1, 1, ...).
Links
- Eric Weisstein's World of Mathematics, Pi Continued Fraction.
Programs
-
Mathematica
Select[ContinuedFraction[Pi,200],#<10&] (* Harvey P. Dale, Jan 29 2023 *)