[go: up one dir, main page]

login
Revision History for A048652 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Continued fraction for Product_{k >= 1} (1-1/2^k) (Cf. A048651).
(history; published version)
#17 by Georg Fischer at Thu Apr 18 17:37:06 EDT 2019
STATUS

editing

approved

#16 by Georg Fischer at Thu Apr 18 17:36:59 EDT 2019
REFERENCES

S. Steven R. Finch, Mathematical Constants, Cambridge, 2003, pp. 354-361.

LINKS

S. Steven R. Finch, <a href="http://www.people.fas.harvard.edu/~sfinch/constant/digcntfrc/digmnkwsk.html">Digital Search Tree ConstantsMinkowski's Question Mark Function</a> [Broken link]

Steven R. Finch, <a href="http://web.archive.org/web/20010208143502/http://www.mathsoft.com/asolve/constant/cntfrc/mnkwsk.html">Minkowski's Question Mark Function</a> [From the Wayback machine]

STATUS

approved

editing

#15 by Joerg Arndt at Sun Jan 03 13:37:41 EST 2016
STATUS

proposed

approved

#14 by Jon E. Schoenfield at Sun Jan 03 13:21:37 EST 2016
STATUS

editing

proposed

#13 by Jon E. Schoenfield at Sun Jan 03 13:21:29 EST 2016
COMMENTS

Continued fraction expansion of the constant Product{k>=1..inf} (1-1/2^k)^(-1) = 3.46274661945506361... (A065446) gives essentially the same sequence.

LINKS

Harry J. Smith, <a href="/A048652/b048652.txt">Table of n, a(n) for n = 0,...,20000</a>

EXAMPLE

0.288788095086602421278899721... = 0 + 1/(3 + 1/(2 + 1/(6 + 1/(4 + ...)))) [From _. - _Harry J. Smith_, May 02 2009]

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=prodinf(k=1, -1/2^k, 1); z=contfrac(x); for (n=1, 20001, write("b048652.txt", n-1, " ", z[n])); } [From _\\ _Harry J. Smith_, May 07 2009]

AUTHOR
EXTENSIONS

Deleted old PARI program _. - _Harry J. Smith_, May 20 2009

STATUS

approved

editing

#12 by Charles R Greathouse IV at Sat Jun 30 01:23:04 EDT 2012
LINKS

S. R. Finch, <a href="http://algowww.people.fas.inriaharvard.fredu/bsolve~sfinch/constant/dig/dig.html">Digital Search Tree Constants</a>

Discussion
Sat Jun 30
01:23
OEIS Server: https://oeis.org/edit/global/1813
#11 by Russ Cox at Fri Mar 30 17:24:11 EDT 2012
EXAMPLE

0.288788095086602421278899721... = 0 + 1/(3 + 1/(2 + 1/(6 + 1/(4 + ...)))) [From _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, May 02 2009]

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=prodinf(k=1, -1/2^k, 1); z=contfrac(x); for (n=1, 20001, write("b048652.txt", n-1, " ", z[n])); } [From _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, May 07 2009]

EXTENSIONS

Corrected by _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, May 02 2009

Deleted old PARI program _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, May 20 2009

Discussion
Fri Mar 30
17:24
OEIS Server: https://oeis.org/edit/global/133
#10 by Russ Cox at Fri Mar 30 16:48:32 EDT 2012
AUTHOR

_N. J. A. Sloane (njas(AT)research.att.com)_.

Discussion
Fri Mar 30
16:48
OEIS Server: https://oeis.org/edit/global/110
#9 by Russ Cox at Sun Jul 10 18:18:19 EDT 2011
LINKS

<a href="/Sindx_index/Con.html#confC">Index entries for continued fractions for constants</a>

Discussion
Sun Jul 10
18:18
OEIS Server: https://oeis.org/edit/global/31
#8 by N. J. A. Sloane at Thu Nov 11 07:34:06 EST 2010
LINKS

Harry J. Smith, <a href="/A048652/b048652.txt">Table of n, a(n) for n=0,...,20000</a>

<a href="/Sindx_Con.html#confC">Index entries for continued fractions for constants</a>

KEYWORD

nonn,cofr,new