cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A097030 Numbers in the cycle-attractors of length=14 of the function f(x)=A063919(x).

This page as a plain text file.
%I A097030 #26 Jan 25 2024 08:02:16
%S A097030 2418,2958,3522,3534,3582,3774,3906,3954,3966,3978,4146,4158,4434,
%T A097030 4446,24180,29580,35220,35238,35340,35820,37740,38682,39060,39540,
%U A097030 39660,39780,41460,41580,44340,44460,45402,49878,65190,65322,74430,74610,74790,98106,101478,117258,117270,117450
%N A097030 Numbers in the cycle-attractors of length=14 of the function f(x)=A063919(x).
%C A097030 This sequence collects 14-cycle-attractor elements for iteration of sum-proper-unitary-divisors.
%C A097030 A002827 provides 1-cycle terms = unitary perfect numbers.
%C A097030 A063991 gives 2-cycle elements = unitary amicable numbers.
%C A097030 A097024 collects true 5-cycle elements, i.e., terms in end-cycle of length 5 when A063919(x) function is iterated.
%C A097030 Concerning 3-cycle elements, only {30,42,54} were encountered.
%H A097030 J. O. M. Pedersen, <a href="http://web.archive.org/web/20130731050921/http://amicable.homepage.dk/knwnux.htm">Known Unitary Sociable Numbers of order different from four</a> [Via Internet Archive Wayback-Machine]
%H A097030 J. O. M. Pedersen, <a href="/A097030/a097030.txt">Order 14 cycles</a>, 2007.
%e A097030 These 42 numbers are in 3 different 14-cycles. The first is: [2418, 2958, 3522, 3534, 4146, 4158, 3906, 3774, 4434, 4446, 3954, 3966, 3978, 3582]. [edited by _Michel Marcus_, Sep 29 2018]
%t A097030 a063919[1] = 1; (* function a[] in A063919 by _Jean-François Alcover_ *)
%t A097030 a063919[n_] := Total[Select[Divisors[n], GCD[#, n/#]==1&]]-n/;n>1
%t A097030 a097030Q[k_] := Module[{a=NestList[a063919, k, 14]}, Count[a, k]==2&&Last[a]==k]
%t A097030 a097030[n_] := Select[Range[n], a097030Q]
%t A097030 a097030[117450] (* _Hartmut F. W. Hoft_, Jan 24 2024 *)
%Y A097030 Cf. A063919, A002827, A063991, A097024.
%K A097030 nonn
%O A097030 1,1
%A A097030 _Labos Elemer_, Aug 30 2004
%E A097030 More terms from _Michel Marcus_, Sep 29 2018