login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A067827
Even numbers k such that k/2 is nonprime and sigma(k+1) > sigma(k).
1
2, 404, 494, 524, 692, 764, 854, 944, 1034, 1124, 1394, 1682, 1784, 1826, 1844, 2114, 2204, 2294, 2414, 2534, 2564, 2714, 2774, 2804, 2834, 2924, 3002, 3014, 3044, 3074, 3266, 3284, 3374, 3434, 3464, 3644, 3674, 3794, 3842, 3854, 3884, 3914, 3926, 4094
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2, 4000, 2], !PrimeQ[#/2] && DivisorSigma[1, # + 1] > DivisorSigma[1, #] &] (* Amiram Eldar, Apr 29 2022 *)
CROSSREFS
Sequence in context: A324403 A214597 A283661 * A070269 A352837 A352848
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 08 2002
STATUS
approved