The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A257875 Continued fraction expansion of constant A071873. 1
0, 1, 1, 48, 1, 9182736455463727, 4, 1, 2, 1, 3, 1, 16413861141941053151166388889231063606316227031696978138434, 9, 9, 2, 1, 3, 8, 1, 1, 19, 1, 1, 2, 3, 1, 7, 1, 1, 4, 1, 1, 1, 3, 3, 1, 1, 2, 2, 2, 1, 5, 2, 1, 1, 1, 1, 5, 1, 78, 1, 21, 1, 1, 5, 3, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The next term is very large indeed (it has at least 400000 digits).
The constant A071873 is the sixth (of 10) decimal selvage numbers x that satisfy: x = Sum_{n>=0} ( floor(10*n*x) (mod 10) ) / 10^n.
LINKS
EXAMPLE
x = 0.50505050505050505051616161616161616161627272727272...
MATHEMATICA
Clear[a]; Do[a[n] = If[OddQ[n], 5, 0], {n, 1, n0=4}]; a[_] = 0; digits = 10^(n0-1); Do[a[n] = Mod[Floor[10*n*Sum[a[k]/10^k, {k, 1, n}]], 10], {n, n0+1, digits}]; x = FromDigits[{Table[a[n], {n, 1, digits}], 0}, 10] // N[#, digits+1]&; ContinuedFraction[x] (* Jean-François Alcover, May 12 2015 *)
CROSSREFS
Cf. A071873.
Sequence in context: A234565 A362715 A036210 * A037941 A229190 A069012
KEYWORD
nonn,cofr
AUTHOR
Paul D. Hanna, May 11 2015
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 13 00:07 EDT 2024. Contains 372497 sequences. (Running on oeis4.)