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!)
A245257 Decimal expansion of y_3, the third of four non-explicit constants recursively derived from Khintchine's [Khinchin's] constant. 3
2, 2, 2, 4, 7, 5, 1, 4, 8, 0, 9, 8, 0, 5, 8, 3, 0, 1, 5, 3, 7, 5, 5, 9, 8, 9, 2, 4, 9, 2, 4, 1, 9, 0, 4, 2, 4, 2, 3, 6, 3, 6, 6, 7, 0, 7, 9, 8, 2, 4, 6, 6, 7, 0, 1, 6, 9, 4, 5, 6, 3, 3, 1, 5, 7, 4, 7, 1, 2, 9, 8, 7, 8, 6, 6, 2, 2, 6, 2, 4, 2, 7, 8, 4, 6, 6, 8, 4, 0, 5, 6, 6, 1, 6, 4, 9, 4, 6, 2, 3, 5, 9, 2, 4, 6 (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
2.224751480980583015375598924924190424236366707982466701694563315747...
MATHEMATICA
K = Khinchin; a[0] = pi[0] = 2; pi[n_] := Product[a[i], {i, 0, n}]; Clear[a]; a[n_?EvenQ] := a[n] = Floor[K^(n+1)/pi[n-1]]; a[n_?OddQ] := a[n] = Ceiling[K^(n+1)/pi[n-1]]; FromContinuedFraction[Array[a, 300, 0]] // RealDigits[#, 10, 105]& // First
CROSSREFS
Sequence in context: A182027 A005865 A176051 * A153988 A253059 A098705
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 May 9 08:03 EDT 2024. Contains 372346 sequences. (Running on oeis4.)