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.

A068388 Engel expansion of sqrt(3/2).

Original entry on oeis.org

1, 5, 9, 9, 47, 54, 171, 867, 3056, 28687, 133134, 542005, 563497, 1046686, 1955619, 2057281, 42760619, 661780137, 1109113993, 6460565976, 8523453296, 34406061218, 64402180149, 1607033374515, 10943963720662, 124655149151970
Offset: 1

Views

Author

Benoit Cloitre, Mar 03 2002

Keywords

Crossrefs

Programs

  • PARI
    print1(1, ", "); s=(3/2)^(1/2); for(i=0,30,s=s*ceil(1/s)-1; print1(ceil(1/s),", "));