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.

A068326 a(n) = Product_{k=1..n} A031974(k).

Original entry on oeis.org

1, 11, 1221, 13566531, 15073921825941, 167488020286558453130451, 186097800318379671476024826838541061, 2067753336870885217944964707274937180441685906828771, 2297503707634316908597988192875387398496877151223641424395368232574581
Offset: 0

Views

Author

Jani Melik, Feb 27 2002

Keywords

Crossrefs

Cf. A031974.

Programs

  • PARI
    a(n) = prod(k=1, n, (10^prime(k) - 1)/9); \\ Michel Marcus, Jan 04 2021

Extensions

More terms from Jason Earls, May 19 2002