login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A001203

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Simple continued fraction expansion of Pi.
(history; published version)
#158 by Michael De Vlieger at Fri Mar 10 11:15:25 EST 2023
STATUS

reviewed

approved

#157 by Michel Marcus at Fri Mar 10 11:09:05 EST 2023
STATUS

proposed

reviewed

#156 by Michael De Vlieger at Fri Mar 10 10:57:54 EST 2023
STATUS

editing

proposed

#155 by Michael De Vlieger at Fri Mar 10 10:57:51 EST 2023
LINKS

Eduardo Dorrego López and Elías Fuentes Guillén, <a href="https://doi.org/10.1007/978-3-031-24363-9_3">An Annotated Translation of Lambert's Vorläufige Kenntnisse (1766/1770)</a>, In: Irrationality, Transcendence and the Circle-Squaring Problem. Logic, Epistemology, and the Unity of Science (LEUS 2023) Springer, Cham. Vol 58.

STATUS

approved

editing

#154 by Michael De Vlieger at Mon Feb 27 13:37:46 EST 2023
STATUS

reviewed

approved

#153 by Michel Marcus at Mon Feb 27 11:30:40 EST 2023
STATUS

proposed

reviewed

#152 by Nicholas Stefan Georgescu at Mon Feb 27 11:23:25 EST 2023
STATUS

editing

proposed

#151 by Nicholas Stefan Georgescu at Mon Feb 27 11:23:07 EST 2023
PROG

(Python)

import itertools as it; import sympy as sp

list(it.islice(sp.continued_fraction_iterator(sp.pi), 100))

# Nicholas Stefan Georgescu, Feb 27 2023

STATUS

approved

editing

#150 by Andrew Howroyd at Thu Feb 23 10:40:08 EST 2023
STATUS

reviewed

approved

#149 by Michel Marcus at Thu Feb 23 09:34:44 EST 2023
STATUS

proposed

reviewed