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!)
A053223 Second differences of sigma(n). 11
-1, 2, -4, 7, -10, 11, -9, 7, -11, 22, -30, 24, -10, 7, -20, 34, -40, 41, -32, 14, -16, 48, -65, 40, -13, 18, -42, 68, -82, 71, -46, 21, -12, 49, -96, 75, -26, 38, -82, 102, -106, 92, -46, 0, -18, 100, -143, 103, -57, 47, -70, 110, -114, 96, -88, 50, -40, 138, -214, 140, -26, 15, -66 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: -1 - 1/x + (1 - x)^2*Sum_{k>=1} k*x^(k-2)/(1 - x^k). - Ilya Gutkovskiy, Jan 29 2017
MATHEMATICA
Table[DivisorSigma[1, n+2] - 2*DivisorSigma[1, n+1] + DivisorSigma[1, n], {n, 1, 100}] (* G. C. Greubel, Sep 03 2018 *)
PROG
(PARI) a(n)=sigma(n+2)-2*sigma(n+1)+sigma(n) \\ Charles R Greathouse IV, Mar 09 2014
(Magma) [DivisorSigma(1, n+2) - 2*DivisorSigma(1, n+1) + DivisorSigma(1, n): n in [1..100]]; // G. C. Greubel, Sep 03 2018
CROSSREFS
Indices of 0: A099632 - 1.
Sequence in context: A034702 A325745 A167206 * A153383 A278997 A342782
KEYWORD
sign
AUTHOR
Asher Auel, Jan 06 2000
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)