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.

A246669 Catalan(prime(n)).

Original entry on oeis.org

2, 5, 42, 429, 58786, 742900, 129644790, 1767263190, 343059613650, 1002242216651368, 14544636039226909, 45950804324621742364, 10113918591637898134020, 150853479205085351660700, 33868773757191046886429490, 116157871455782434250553845880
Offset: 1

Views

Author

Vincenzo Librandi, Sep 01 2014

Keywords

Crossrefs

Programs

  • Magma
    [Catalan(NthPrime(n)): n in [1..20]];
  • Mathematica
    Table[(CatalanNumber[Prime[n]]), {n, 1, 20}]