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.

A024676 a(n) is the number of prime divisors (counted by multiplicity) of A024675(n).

This page as a plain text file.
%I A024676 #11 Jun 01 2025 22:25:29
%S A024676 2,2,2,3,2,3,2,2,3,2,2,3,3,3,4,4,6,2,5,3,4,2,2,3,3,3,5,2,5,2,2,3,6,4,
%T A024676 3,6,3,3,5,5,3,7,3,4,2,2,4,4,3,3,6,3,2,4,3,5,2,3,3,7,5,2,5,4,6,2,4,4,
%U A024676 4,3,3,3,4,2,2,2,3,5,4,5,3,7,3,4,2,2,4,4,3,2,3,2,4,2,3,2,4,4,6
%N A024676 a(n) is the number of prime divisors (counted by multiplicity) of A024675(n).
%H A024676 Robert Israel, <a href="/A024676/b024676.txt">Table of n, a(n) for n = 1..10000</a>
%F A024676 a(n) = A001222(A024675(n)).
%p A024676 seq(numtheory:-bigomega((ithprime(n+1)+ithprime(n+2))/2), n=1..100); # _Robert Israel_, Jan 22 2024
%Y A024676 Cf. A024675, A001222.
%K A024676 nonn
%O A024676 1,1
%A A024676 _Clark Kimberling_
%E A024676 Edited by _Robert Israel_, Jan 22 2024