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.

A358778 Positions of positive terms in A358777, which is the Dirichlet inverse of A353557.

This page as a plain text file.
%I A358778 #12 Dec 23 2022 16:22:39
%S A358778 1,135,189,225,297,315,351,375,441,459,495,513,525,585,621,693,735,
%T A358778 765,783,819,825,837,855,875,975,999,1029,1035,1071,1089,1107,1155,
%U A358778 1161,1197,1225,1269,1275,1287,1305,1365,1375,1395,1425,1431,1449,1521,1593,1617,1625,1647,1665,1683,1715,1725,1785
%N A358778 Positions of positive terms in A358777, which is the Dirichlet inverse of A353557.
%C A358778 Question: Is A046317 \ (A030514\{16}) a subsequence of this sequence?
%C A358778 30375 = 3^5 * 5^3 is the first term with more than 4 prime factors (when counted with multiplicity).
%H A358778 Antti Karttunen, <a href="/A358778/b358778.txt">Table of n, a(n) for n = 1..20000</a>
%o A358778 (PARI) isA358778(n) = (A358777(n)>0);
%Y A358778 Cf. A046317, A353557, A358777.
%K A358778 nonn
%O A358778 1,2
%A A358778 _Antti Karttunen_, Dec 23 2022