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!)
A077086 Remainder when sigma(n+1) is divided by sigma(n). 3
0, 1, 3, 6, 0, 8, 7, 13, 5, 12, 4, 14, 10, 0, 7, 18, 3, 20, 2, 32, 4, 24, 12, 31, 11, 40, 16, 30, 12, 32, 31, 48, 6, 48, 43, 38, 22, 56, 34, 42, 12, 44, 40, 78, 72, 48, 28, 57, 36, 72, 26, 54, 12, 72, 48, 80, 10, 60, 48, 62, 34, 8, 23, 84, 60, 68, 58, 96, 48, 72, 51, 74, 40, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Mod(A000203(n+1), A000203(n)).
EXAMPLE
n=7:sigma(7)=8, sigma(8)=15,15=1*8+7,a(7)=8.
PROG
(PARI) a(n) = sigma(n+1) % sigma(n); \\ Michel Marcus, Dec 26 2013
CROSSREFS
Sequence in context: A200005 A153097 A271854 * A010618 A287845 A070297
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 31 2002
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)