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.

A024708 Number of distinct prime divisors of n-th term of A024702.

This page as a plain text file.
%I A024708 #11 Sep 08 2022 08:44:48
%S A024708 0,1,1,1,2,2,2,2,2,2,3,2,2,2,2,2,2,4,3,3,2,4,2,2,3,2,3,3,3,3,3,3,2,3,
%T A024708 2,2,3,2,3,4,3,2,3,4,3,3,2,3,4,4,3,3,2,3,3,4,2,4,2,2,4,4,3,2,3,3,2,3,
%U A024708 3,4,3,3,4,2,3,3,3,4,4,3,4,4,4,3,4,3,4,4,3,3,3,3,2,4,3,5,3,3,3,3
%N A024708 Number of distinct prime divisors of n-th term of A024702.
%H A024708 Charles R Greathouse IV, <a href="/A024708/b024708.txt">Table of n, a(n) for n = 3..10000</a>
%t A024708 PrimeNu[(Prime[Range[3, 100]]^2 - 1) / 24] (* _Vincenzo Librandi_, Apr 27 2019 *)
%o A024708 (PARI) a(n)=omega(prime(n)^2\24) \\ _Charles R Greathouse IV_, May 30 2013
%o A024708 (Magma) [#PrimeDivisors(NthPrime(n)^2 div 24): n in [3..100]]; // _Vincenzo Librandi_, Apr 27 2019
%K A024708 nonn
%O A024708 3,5
%A A024708 _Clark Kimberling_
%E A024708 a(25) and other terms corrected by _Charles R Greathouse IV_, May 30 2013