login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A035479
(-1)sigma sequence: a(n) = (-1)sigma(a(n-1)), where if (-1)sigma(k) = A049060(k) and a(1) = 624.
0
624, 696, 728, 936, 1716, 1200, 1682, 869, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480, 488, 780, 480
OFFSET
1,1
COMMENTS
This sequence becomes a cycle of period 3: 780, 480, 488. It is called a (-1)sigma sociable group of order 3.
EXAMPLE
Factorizations: 2^4*3*13, 2^3*3*29, 2^3*7*13, 2^3*3^2*13, 2^2*3*11*13, 2^4*3*5^2, 2*29^2, 11*79, 2^2*3*5*13, 2^5*3*5, 2^3*61.
MATHEMATICA
f[p_, e_] := (p^(e + 1) - 1)/(p - 1) - 2; s[n_] := Times @@ f @@@ FactorInteger[n]; s[1] = 1; NestList[s, 624, 50] (* Amiram Eldar, Aug 26 2022 *)
CROSSREFS
Cf. A049060.
Sequence in context: A283898 A345546 A345799 * A180453 A216843 A043368
KEYWORD
nonn
EXTENSIONS
Offset corrected by Amiram Eldar, Aug 26 2022
STATUS
approved