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

%I #12 Oct 30 2021 11:43:57

%S 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,

%T 26,66,14,70,41,47,57,54,11,101,69,42,26,104,36,94,56,50,90,102,-4,

%U 115,88,78,67,116,32,102,72,112,110,110,-18,166,134,54,73,147,67,160,86,98,78,168,21

%N a(n) = sigma(n) + sigma(n+1) - sigma(n+2), where sigma is the sum of divisors.

%H Michel Marcus, <a href="/A348689/b348689.txt">Table of n, a(n) for n = 1..10000</a>

%t Array[#+#2-#3&@@DivisorSigma[1,{#,#+1,#+2}]&,100] (* _Giorgos Kalogeropoulos_, Oct 29 2021 *)

%o (PARI) a(n) = sigma(n)+sigma(n+1) - sigma(n+2);

%Y Cf. A000203, A104149, A348688.

%K sign

%O 1,3

%A _Michel Marcus_, Oct 29 2021

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 June 16 12:34 EDT 2024. Contains 373429 sequences. (Running on oeis4.)