login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A240545 Least k > 0 such that n + p(k) is prime, where p(k) is the number of partitions of k. 2
2, 1, 1, 2, 1, 2, 1, 8, 3, 2, 1, 2, 1, 9, 3, 2, 1, 2, 1, 8, 3, 2, 1, 9, 4, 8, 3, 2, 1, 2, 1, 8, 4, 11, 3, 2, 1, 8, 3, 2, 1, 2, 1, 9, 3, 2, 1, 10, 4, 8, 3, 2, 1, 9, 4, 10, 3, 2, 1, 2, 1, 8, 4, 15, 3, 2, 1, 8, 3, 2, 1, 2, 1, 9, 4, 8, 3, 2, 1, 8, 3, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Conjecture of Zhi-Wei Sun: a(n) < n for n > 7.
Verified up to 6*10^8. - Sean A. Irvine, Apr 07 2014
LINKS
Zhi-Wei Sun, Problems on combinatorial properties of primes, arXiv:1402.6641, 2014. See Conjecture 4.1(ii).
EXAMPLE
a(7)=8 because k=8 is the smallest k such that 7+A000041(k) is prime.
MATHEMATICA
a[n_] := For[k = 1, True, k++, If[PrimeQ[n + PartitionsP[k]], Return[k]]];
Table[a[n], {n, 0, 100}] (* Jean-François Alcover, Dec 15 2018 *)
CROSSREFS
Sequence in context: A080121 A122901 A001917 * A091591 A337633 A358492
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Apr 07 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)