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!)
A348689 a(n) = sigma(n) + sigma(n+1) - sigma(n+2), where sigma is the sum of divisors. 2
0, 0, 5, 1, 10, 5, 10, 10, 19, 2, 26, 18, 14, 17, 37, 10, 37, 17, 30, 38, 44, 0, 53, 49, 33, 26, 66, 14, 70, 41, 47, 57, 54, 11, 101, 69, 42, 26, 104, 36, 94, 56, 50, 90, 102, -4, 115, 88, 78, 67, 116, 32, 102, 72, 112, 110, 110, -18, 166, 134, 54, 73, 147, 67, 160, 86, 98, 78, 168, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Array[#+#2-#3&@@DivisorSigma[1, {#, #+1, #+2}]&, 100] (* Giorgos Kalogeropoulos, Oct 29 2021 *)
PROG
(PARI) a(n) = sigma(n)+sigma(n+1) - sigma(n+2);
CROSSREFS
Sequence in context: A333448 A050308 A063475 * A329752 A363969 A135855
KEYWORD
sign
AUTHOR
Michel Marcus, Oct 29 2021
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 23 21:14 EDT 2024. Contains 372765 sequences. (Running on oeis4.)