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.

A096353 Integer part of the logarithmic integral of the logarithmic integral of 10^n.

Original entry on oeis.org

4, 13, 45, 212, 1205, 7754, 54033, 397820, 3049439, 24107782, 195301124, 1613855392, 13556782136, 115465571163, 995112789441, 8663956923566, 76105986001922, 673776966100254, 6006525932517904, 53878729432248978
Offset: 1

Views

Author

Cino Hilliard, Jun 30 2004

Keywords

Programs

  • PARI
    \p 100 f(n) = for(x=1,n,print1(floor(Li(Li(10^x)))",")) Li(x) = { -eint1(log(1/x)) }