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.

This page as a plain text file.
%I A114166 #8 Aug 11 2019 05:27:43
%S A114166 1,88,105,147,165,217,1481,2216,2579,2604,3008,3658,3694,4329,4353,
%T A114166 4447,4534,5074,5793,6120,6578,6648,7861,7994,8276,8851,9421,10371,
%U A114166 12350,12359,12389,13010,13345,13479,14532,14727,16461,19313,19466,20354
%N A114166 Numbers n such that p(5n) is prime, where p(n) is the number of partitions of n.
%H A114166 Max Alekseyev, <a href="/A114166/b114166.txt">Table of n, a(n) for n = 1..1252</a>
%t A114166 Select[ Range[20780], PrimeQ[PartitionsP[5# ]] &]
%o A114166 (PARI) is(n)=isprime(numbpart(5*n)) \\ _Charles R Greathouse IV_, Feb 17 2017
%Y A114166 Cf. A000041, A046063, A114165, A111389, A111045, A114166, A111036, A114167, A114168, A114169, A114170.
%K A114166 nonn
%O A114166 1,2
%A A114166 _Robert G. Wilson v_, Nov 14 2005