cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A132493 Egyptian fraction representation for the cube root of 17.

Original entry on oeis.org

2, 15, 217, 150851, 347089704930, 132276284445362589279995, 18180998947336210738321894480328718385391687409, 331798469448615625905863103355997674623268003125463392901012846610572765829711433817898477581
Offset: 1

Views

Author

Jonathan Wellons (wellons(AT)gmail.com), Aug 23 2007

Keywords

Comments

Fractional part of 17^(1/3) = 1/2 + 1/15 + 1/217 + ... Generated with Perl's Math::BigFloat module. Number of digits in terms is as follows: 1, 2, 3, 6, 12, 24, 47, 93, 186, 372, ...

Examples

			Cube root of 17 = 2.5712815906582353554531872087397261164279016324547...
		

Programs