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!)
A341615 Numbers k for which sigma(k) < 2k < A003961(k). 3
4, 8, 9, 10, 14, 15, 16, 21, 27, 32, 35, 39, 44, 45, 49, 50, 52, 57, 63, 64, 68, 69, 75, 76, 81, 91, 92, 98, 99, 105, 110, 116, 117, 124, 125, 128, 130, 135, 136, 147, 148, 152, 153, 154, 164, 165, 170, 171, 172, 175, 182, 184, 188, 189, 190, 195, 207, 212, 225, 230, 231, 232, 236, 238, 242, 243, 244, 245, 248, 250, 255, 256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Deficient numbers in A246282.
Not all odd terms are in A337372.
LINKS
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
isA341615(n) = A341613(n);
CROSSREFS
Intersection of A005100 and A246282. Subsequence of A341614.
Cf. A341613 (characteristic function).
Sequence in context: A210998 A205524 A125493 * A164923 A141608 A367768
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 22 2021
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)