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.

A080664 Numbers n such that n-th Catalan number is squarefree.

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 8, 9, 11, 17, 19, 31, 35
Offset: 1

Views

Author

Joseph L. Pe, Mar 01 2003

Keywords

Comments

No more terms < 10000. - Robert G. Wilson v, Aug 28 2004

Crossrefs

Cf. A000108.

Programs

  • Mathematica
    Select[Range[500], SquareFreeQ[CatalanNumber[ # ]] &]

Extensions

Mathematica updated by Jean-François Alcover, Jul 04 2013