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.

A347938 Primitive terms of A347935: terms of A347935 that are not multiples of other terms of A347935.

This page as a plain text file.
%I A347938 #14 Sep 21 2021 07:26:04
%S A347938 60,72,108,168,252,264,280,312,396,400,468,588,612,684,816,828,880,
%T A347938 912,924,1040,1044,1092,1104,1116,1232,1332,1360,1392,1428,1456,1476,
%U A347938 1520,1548,1568,1596,1692,1716,1840,1890,1908,1932,2124,2196,2200,2244,2288,2320
%N A347938 Primitive terms of A347935: terms of A347935 that are not multiples of other terms of A347935.
%C A347938 Since any positive multiple of a term of A347935 is also a term of A347935, the sequence A347935 consists of the positive multiple of this sequence.
%H A347938 Amiram Eldar, <a href="/A347938/b347938.txt">Table of n, a(n) for n = 1..10000</a>
%e A347938 The first 10 terms of A347935 are 60, 72, 108, 120, 144, 168, 180, 216, 240, 252. 120, 180 and 240 are multiples of 60, 144 is a multiple of 72, and 216 is a multiple of 108 and therefore they are not terms of this sequence. So, this sequence begins with 60, 72, 108, 168, 252.
%t A347938 abQ[n_] := DivisorSigma[1, n] > 2*n; s[n_] := DivisorSum[n, # &, abQ[#] &]; q[n_] := s[n] > 2*n && AllTrue[Most @ Divisors[n], ! q[#] &]; Select[Range[3000], q]
%Y A347938 Subsequence of A005101 and A347935.
%Y A347938 Cf. A071395, A091191, A187795.
%K A347938 nonn
%O A347938 1,1
%A A347938 _Amiram Eldar_, Sep 20 2021