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.

A163168 Pierce expansion of sech(1).

Original entry on oeis.org

1, 2, 3, 8, 9, 24, 37, 85, 1115, 29153, 423233, 2208087, 5102497, 9813637, 15922076, 19204759, 106559540, 120015709, 1493877142, 2199074984, 32818755269, 1505298832166, 1507229768977, 2841536357911, 14805574584765
Offset: 1

Views

Author

R. J. Mathar, Jul 22 2009

Keywords

Comments

Pierce expansion of A073746.

Programs

  • Mathematica
    PierceExp[A_, n_] := Join[Array[1 &, Floor[A]], First@Transpose@ NestList[{Floor[1/Expand[1 - #[[1]] #[[2]]]], Expand[1 - #[[1]] #[[2]]]} &, {Floor[1/(A - Floor[A])], A - Floor[A]}, n - 1]]; PierceExp[N[Sech[1] , 7!], 50] (* G. C. Greubel, Nov 14 2016 *)

Formula

0.648054... = 1/1 - 1/(1*2) + 1/(1*2*3) - 1/(1*2*3*8) + 1/(1*2*3*8*9) - ...