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.

A123042 Sequence gives k numbers from A123041.

This page as a plain text file.
%I A123042 #8 Sep 12 2022 04:18:28
%S A123042 1,3,2,6,4,3,9,2,8,6,7,4,5,12,3,4,10,9,7,2,8,1,6,14,4,5,7,5,3,2,12,5,
%T A123042 3,3,2,10,8,10,11,5,4,9,4,2,9,3,5,2,4,7,2,3,5,4,11,4,5,16,6,9,2,7,4,4,
%U A123042 6,2,8,3,2,15,2,8,4,10,4,8,15,14,4,2,1,1,2
%N A123042 Sequence gives k numbers from A123041.
%H A123042 Amiram Eldar, <a href="/A123042/b123042.txt">Table of n, a(n) for n = 1..4309</a>
%F A123042 a(n) = A034448(A123041(n))^2/(A000203(A123041(n))*A047994(A123041(n))). - _Amiram Eldar_, Sep 12 2022
%t A123042 f[p_, e_] := (p - 1)*(p^e + 1)^2/((p^e - 1)*(p^(e + 1) - 1)); s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; Select[s /@ Range[10^5], IntegerQ] (* _Amiram Eldar_, Sep 12 2022 *)
%Y A123042 Cf. A000203, A034448, A047994, A123041.
%K A123042 nonn
%O A123042 1,2
%A A123042 _Yasutoshi Kohmoto_, Sep 24 2006
%E A123042 More terms from _Amiram Eldar_, Sep 12 2022