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.

A071857 Engel expansion of sqrt(2*log(2)).

Original entry on oeis.org

1, 6, 16, 32, 279, 726, 4141, 4368, 54482, 112572, 366613, 978019, 5342223, 41589964, 201780051, 353794663, 408307432, 463394050, 676353989, 866725306, 999357112, 3878963429, 4169753024, 8541140255, 23422387081, 26113359872, 940995107440, 1104573841707
Offset: 1

Views

Author

Benoit Cloitre, Jun 09 2002

Keywords

Comments

a(1)=1, then PARI program gives a(n) for n>1.

Crossrefs

Programs

  • PARI
    s= sqrt(2*log(2)); for(i=1,30,s=s*ceil(1/s)-1; print1(ceil(1/s),","); );