login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A245258 Decimal expansion of y_4, the last of four non-explicit constants recursively derived from Khintchine's [Khinchin's] constant. 3
3, 4, 4, 9, 3, 5, 8, 8, 9, 0, 2, 5, 9, 7, 4, 0, 4, 1, 5, 9, 5, 1, 3, 2, 1, 8, 5, 1, 2, 5, 3, 8, 8, 8, 3, 6, 0, 3, 4, 5, 6, 2, 4, 5, 0, 3, 8, 2, 5, 4, 1, 5, 9, 1, 0, 8, 8, 1, 4, 9, 4, 1, 0, 0, 5, 7, 5, 5, 6, 9, 6, 0, 6, 8, 8, 7, 2, 1, 0, 1, 3, 5, 7, 0, 3, 7, 6, 9, 4, 2, 8, 5, 9, 6, 1, 3, 3, 6, 0, 8, 8, 1, 9, 8, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 1.8.1 Alternative representations [of real numbers], p. 63.
LINKS
Herman P. Robinson, Mathematical Constants.
EXAMPLE
3.4493588902597404159513218512538883603456245038254159108814941005755696...
MATHEMATICA
K = Khinchin; a[0] = pi[0] = 3; pi[n_] := Product[a[i], {i, 0, n}]; Clear[a]; a[n_?EvenQ] := a[n] = Ceiling[K^(n+1)/pi[n-1]]; a[n_?OddQ] := a[n] = Floor[K^(n+1)/pi[n-1]]; FromContinuedFraction[Array[a, 300, 0]] // RealDigits[#, 10, 105]& // First
CROSSREFS
Sequence in context: A328989 A339190 A137529 * A086180 A016608 A087328
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 29 04:45 EDT 2024. Contains 373826 sequences. (Running on oeis4.)