The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A177085 Ceiling(n/3)-abundant numbers. 1
6, 8, 12, 16, 18, 20, 24, 28, 30, 32, 36, 40, 42, 44, 48, 54, 56, 60, 64, 66, 70, 72, 78, 80, 84, 88, 90, 96, 100, 102, 104, 108, 110, 112, 114, 120, 126, 128, 132, 136, 138, 140, 144, 150, 152, 156, 160, 162, 168, 174, 176, 180, 186, 192, 196, 198, 200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For definition, see comment to A175522.
It appears most terms are even, but there exist odd terms: 945, 1155, 1575, etc. For n < 10^5 there are 211 odd terms of the sequence and 24628 even ones.
LINKS
PROG
(Sage) is_A177085 = lambda n: sum(ceil(d/3) for d in divisors(n)) > 2*ceil(n/3) # D. S. McNeil, Dec 10 2010
(PARI) isok(n) = sumdiv(n, d, (d<n)*ceil(d/3)) > ceil(n/3); \\ Michel Marcus, Feb 08 2016
CROSSREFS
Sequence in context: A328537 A157941 A059611 * A338370 A194409 A115166
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Dec 09 2010
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 May 15 09:20 EDT 2024. Contains 372540 sequences. (Running on oeis4.)