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.

A024703 Prime divisors, including repetitions, of n-th term of A024702.

This page as a plain text file.
%I A024703 #5 May 30 2013 22:33:26
%S A024703 0,1,1,1,3,2,2,2,4,2,3,2,3,3,2,2,2,4,3,4,2,4,5,3,3,3,4,4,7,3,3,3,3,4,
%T A024703 2,4,3,2,3,4,6,5,4,5,3,5,2,3,4,5,5,5,7,3,4,6,2,4,2,3,4,4,3,2,3,5,2,4,
%U A024703 5,4,4,3,5,6,3,3,5,4,4,3,6,6,4,3,8,3,4,5,3,5,6,4,4,4,3,5,3,4,3,3,2,4,4,7,3,6,5,5,5,3,4
%N A024703 Prime divisors, including repetitions, of n-th term of A024702.
%H A024703 Charles R Greathouse IV, <a href="/A024703/b024703.txt">Table of n, a(n) for n = 3..10000</a>
%o A024703 (PARI) a(n)=bigomega(prime(n)^2\24) \\ _Charles R Greathouse IV_, May 30 2013
%K A024703 nonn
%O A024703 3,5
%A A024703 _Clark Kimberling_