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!)
A097011 Remainder of sigma(n) modulo 30. 5
1, 3, 4, 7, 6, 12, 8, 15, 13, 18, 12, 28, 14, 24, 24, 1, 18, 9, 20, 12, 2, 6, 24, 0, 1, 12, 10, 26, 0, 12, 2, 3, 18, 24, 18, 1, 8, 0, 26, 0, 12, 6, 14, 24, 18, 12, 18, 4, 27, 3, 12, 8, 24, 0, 12, 0, 20, 0, 0, 18, 2, 6, 14, 7, 24, 24, 8, 6, 6, 24, 12, 15, 14, 24, 4, 20, 6, 18, 20, 6, 1, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = mod(A000203(n), 30).
MATHEMATICA
Table[Mod[DivisorSigma[1, n], 30], {n, 120}] (* Michael De Vlieger, Jan 10 2017 *)
PROG
(PARI) a(n) = sigma(n) % 30; \\ Michel Marcus, Dec 19 2013
CROSSREFS
Sequence in context: A351395 A140782 A284587 * A366992 A365682 A074847
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 19 2004
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 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)