A075701 a(1)=1, a(n+1)=sigma(a(n))-2*a(n).
1, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6, 24, 12, 4, -1, 3, -2, 7, -6
Offset: 1
Keywords
Links
- Peter Luschny, Open questions posed in OEIS #1
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 1).
Programs
-
Mathematica
NestList[DivisorSigma[1, #]-2#&, 1, 94] (* Peter Luschny, Jul 17 2013 *) Join[{1},LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 1},{-1, 3, -2, 7, -6, 24, 12, 4},93]] (* Ray Chandler, Aug 25 2015 *)
Formula
Periodic with period (-1, 3, -2, 7, -6, 24, 12, 4) of length 8.
Comments