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.

A328523 a(n) = number of terms in A002182 that are of the form A002182(n)/p for some prime p|n.

This page as a plain text file.
%I A328523 #10 Feb 18 2020 10:58:14
%S A328523 0,1,1,1,2,1,1,1,1,2,2,2,2,2,1,1,2,3,3,1,1,2,1,1,1,1,2,2,2,2,3,2,2,2,
%T A328523 2,3,2,1,1,2,3,2,2,3,2,3,3,2,2,1,3,2,1,3,1,2,2,2,2,3,2,2,4,3,1,4,2,2,
%U A328523 2,2,1,2,2,2,2,4,3,4,3,2,3,1,1,1,1,2,2,3
%N A328523 a(n) = number of terms in A002182 that are of the form A002182(n)/p for some prime p|n.
%C A328523 Conjecture: a(n) > 0 for n > 1. (This is false.)
%C A328523 It seems that a(815) = 0. - _M. F. Hasler_, Jan 08 2020
%o A328523 (PARI) apply( {a(n)=#[0|p<-factor(n=A2182[n])[,1], setsearch(A2182,n/p)]}, [1..99]) \\ Uses global var. A2182 which must be assigned to a vector of at least n elements of that sequence. - _M. F. Hasler_, Jan 08 2020
%Y A328523 Cf. A002182, A199337, A330737.
%Y A328523 Cf. A112778(n) = A001222(A002182(n)) (bigomega of HCN's).
%K A328523 nonn
%O A328523 1,5
%A A328523 _David A. Corneth_, Jan 04 2020