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!)
A105852 a(n) = sigma(n) mod 9. 4
1, 3, 4, 7, 6, 3, 8, 6, 4, 0, 3, 1, 5, 6, 6, 4, 0, 3, 2, 6, 5, 0, 6, 6, 4, 6, 4, 2, 3, 0, 5, 0, 3, 0, 3, 1, 2, 6, 2, 0, 6, 6, 8, 3, 6, 0, 3, 7, 3, 3, 0, 8, 0, 3, 0, 3, 8, 0, 6, 6, 8, 6, 5, 1, 3, 0, 5, 0, 6, 0, 0, 6, 2, 6, 7, 5, 6, 6, 8, 6, 4, 0, 3, 8, 0, 6, 3, 0, 0, 0, 4, 6, 2, 0, 3, 0, 8, 0, 3, 1, 3, 0, 5, 3, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If gcd(m,n) = 1 then a(m*n) = (a(m) * a(n)) mod 9. - Robert Israel, Sep 14 2014
LINKS
FORMULA
a(n) = A010878(A000203(n)). - Michel Marcus, Sep 14 2014
MAPLE
seq(numtheory:-sigma(n) mod 9, n=1..1000); # Robert Israel, Sep 14 2014
MATHEMATICA
Mod[DivisorSigma[1, Range[100]], 9] (* Wesley Ivan Hurt, Apr 25 2023 *)
PROG
(PARI) a(n)=sigma(n)%9
CROSSREFS
Cf. A000203, A010878, A190998 (digital root of sigma(n)).
Sequence in context: A348977 A017665 A248789 * A190998 A067342 A348987
KEYWORD
easy,nonn
AUTHOR
Shyam Sunder Gupta, May 05 2005
EXTENSIONS
Name corrected and keyword base removed by Michel Marcus, Sep 14 2014
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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)