A274380 The period 4 sequence of the iterated sum of deficient divisors function (A187793) starting at 34.
34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48, 34, 54, 42, 48
Offset: 1
Examples
a(1) = 34; a(2) = sigma(34) = 54; a(3) = sigma(54) - 18 - 6 = 42; a(4) = sigma(42) - 42 - 6 = 48; a(5) = sigma(48) - 48 - 24 - 12 - 6 = 34 = a(1); : :
Links
- Colin Barker, Table of n, a(n) for n = 1..1000
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,1).
Crossrefs
Programs
-
PARI
Vec(2*x*(17 + 27*x + 21*x^2 + 24*x^3) / ((1 - x)*(1 + x)*(1 + x^2)) + O(x^80)) \\ Colin Barker, Jan 30 2020
Formula
a(n+4) = a(n).
G.f.: 2*x*(17 + 27*x + 21*x^2 + 24*x^3) / ((1 - x)*(1 + x)*(1 + x^2)). - Colin Barker, Jan 30 2020
Comments