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!)
A033872 Numbers k such that A033831(k) is prime. 1
8, 10, 12, 14, 15, 16, 18, 20, 21, 22, 26, 27, 28, 30, 32, 33, 34, 35, 38, 39, 42, 44, 45, 46, 48, 50, 51, 52, 55, 56, 57, 58, 62, 63, 64, 65, 68, 69, 72, 74, 75, 76, 77, 80, 81, 82, 85, 86, 87, 90, 91, 92, 93, 94, 95, 98, 99 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_] := DivisorSum[n, 1&, # > 2 && n/# < #-1 &]; Select[Range[1000], PrimeQ[f[#]] &] (* Amiram Eldar, Jun 11 2019 *)
PROG
(PARI) isok(n) = isprime(sumdiv(n, d, (d>=3) && (q=n/d) && (q>=1) && (q<=d-2))); \\ Michel Marcus, Jun 11 2019
CROSSREFS
Cf. A033831.
Sequence in context: A336143 A347267 A220571 * A080752 A262159 A020744
KEYWORD
easy,nonn
AUTHOR
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 24 19:39 EDT 2024. Contains 371963 sequences. (Running on oeis4.)