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!)
A177512 A053735-deficient numbers. 1
1, 2, 5, 7, 11, 13, 17, 19, 23, 25, 29, 31, 37, 41, 43, 47, 49, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 121, 127, 131, 137, 139, 149, 151, 157, 163, 167, 169, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For definition, see A175522.
All primes, except for 3, are in the sequence.
It also contains squared primes p^2 for p = 5, 7, 11, 13, 19, 23, 29, 31, 37.. (not matching current OEIS sequences). What characterizes these p?
LINKS
FORMULA
{n: sum_{d|n, d<n} A053735(d) < A053735(n)}.
PROG
(Sage) is_A177512 = lambda n: sum(A053735(d) for d in divisors(n)) < 2*A053735(n) # D. S. McNeil, Dec 11 2010
(PARI) isok(n) = sumdiv(n, d, (d<n)* vecsum(digits(d, 3))) < vecsum(digits(n, 3)); \\ Michel Marcus, Feb 06 2016
CROSSREFS
Cf. A177511 (perfect version), A175524, A175811, A000040, A005100, A005101.
Sequence in context: A157829 A020581 A081259 * A118751 A173494 A137519
KEYWORD
nonn,base
AUTHOR
Vladimir Shevelev, Dec 11 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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)