cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A179655 Digital root of n-th abundant number.

Original entry on oeis.org

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
Offset: 1

Views

Author

Jason G. Wurtzel, Jul 22 2010

Keywords

Examples

			The 11th abundant number is 56. 5+6=11. 1+1=2. The digital root is 2.
		

Crossrefs

Cf. A005101.

Programs

  • Mathematica
    abQ[n_] := DivisorSigma[1, n] > 2 n; Mod[ Select[ Range@ 500, abQ], 9] /. 0 -> 9 (* Robert G. Wilson v, Aug 23 2010 *)

Extensions

More terms from Robert G. Wilson v, Aug 23 2010