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.

A156750 Greedy Egyptian fraction for Pi/2.

Original entry on oeis.org

1, 2, 15, 243, 69282, 36600664305, 6435072487994269232829, 364103502021384610224777078613738432189483892
Offset: 0

Views

Author

Jaume Oliver Lafont, Feb 14 2009

Keywords

Crossrefs

Programs

  • PARI
    x=Pi/2; for (k=0, 7, d=ceil(1/x); x=x-1/d; print(d,", "))

Formula

Sum(n>=0,1/a(n))=Pi/2