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.

A114166 Numbers n such that p(5n) is prime, where p(n) is the number of partitions of n.

Original entry on oeis.org

1, 88, 105, 147, 165, 217, 1481, 2216, 2579, 2604, 3008, 3658, 3694, 4329, 4353, 4447, 4534, 5074, 5793, 6120, 6578, 6648, 7861, 7994, 8276, 8851, 9421, 10371, 12350, 12359, 12389, 13010, 13345, 13479, 14532, 14727, 16461, 19313, 19466, 20354
Offset: 1

Views

Author

Robert G. Wilson v, Nov 14 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ Range[20780], PrimeQ[PartitionsP[5# ]] &]
  • PARI
    is(n)=isprime(numbpart(5*n)) \\ Charles R Greathouse IV, Feb 17 2017