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.

A379114 Numbers k for which A379113(k) > 1, i.e., k that have a proper unitary divisor d > 1 such that A048720(A065621(sigma(d)),sigma(k/d)) is equal to sigma(k).

This page as a plain text file.
%I A379114 #11 Dec 17 2024 19:52:09
%S A379114 6,10,12,14,15,20,21,22,24,26,28,30,33,35,39,40,42,44,46,48,50,51,52,
%T A379114 55,56,57,58,60,62,63,65,66,69,70,72,75,76,77,78,80,84,86,87,88,91,92,
%U A379114 93,94,96,100,102,104,105,108,111,112,114,115,116,118,119,120,122,123,124,126,129,132,133,136,138,140,141,143,144
%N A379114 Numbers k for which A379113(k) > 1, i.e., k that have a proper unitary divisor d > 1 such that A048720(A065621(sigma(d)),sigma(k/d)) is equal to sigma(k).
%H A379114 Antti Karttunen, <a href="/A379114/b379114.txt">Table of n, a(n) for n = 1..20000</a>
%H A379114 <a href="/index/Con#CongruCrossDomain">Index entries for sequences defined by congruent products between domains N and GF(2)[X]</a>.
%H A379114 <a href="/index/Ge#GF2X">Index entries for sequences related to polynomials in ring GF(2)[X]</a>.
%H A379114 <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>.
%o A379114 (PARI) is_A379114(n) = (A379113(n)>1);
%Y A379114 Positions of terms > 1 in A379113.
%Y A379114 Cf. A000396 (subsequence, at least the even terms are), A379118 (characteristic function).
%Y A379114 Cf. also A325638, A325639 (not subsequences).
%K A379114 nonn
%O A379114 1,1
%A A379114 _Antti Karttunen_, Dec 17 2024