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!)
A179655 Digital root of n-th abundant number. 0
3, 9, 2, 6, 3, 9, 4, 6, 3, 9, 2, 6, 3, 7, 9, 6, 8, 3, 7, 9, 6, 1, 3, 5, 9, 4, 6, 3, 9, 6, 3, 5, 9, 6, 3, 7, 9, 6, 3, 5, 9, 6, 3, 7, 9, 2, 6, 1, 3, 9, 4, 6, 8, 3, 9, 6, 3, 9, 6, 8, 3, 9, 2, 6, 1, 3, 9, 6, 3, 7, 9, 2, 6, 3, 5, 9, 6, 3, 7, 9, 6, 8, 1, 3, 9, 4, 6, 8, 3, 9, 2, 6, 3, 5, 9, 4, 6, 3, 9, 2, 6, 3, 9, 6, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The 11th abundant number is 56. 5+6=11. 1+1=2. The digital root is 2.
MATHEMATICA
abQ[n_] := DivisorSigma[1, n] > 2 n; Mod[ Select[ Range@ 500, abQ], 9] /. 0 -> 9 (* Robert G. Wilson v, Aug 23 2010 *)
CROSSREFS
Cf. A005101.
Sequence in context: A155080 A010780 A309275 * A357472 A076420 A091473
KEYWORD
nonn,base
AUTHOR
Jason G. Wurtzel, Jul 22 2010
EXTENSIONS
More terms from Robert G. Wilson v, Aug 23 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 24 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)