login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063173 Prime-composite array T(m,n): highest power of the n-th prime that divides the m-th composite, read by antidiagonals. 5

%I #8 Jul 21 2021 09:20:03

%S 2,1,0,3,1,0,0,0,0,0,1,2,0,0,0,2,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,

%T 0,0,4,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,

%U 0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0

%N Prime-composite array T(m,n): highest power of the n-th prime that divides the m-th composite, read by antidiagonals.

%H N. Fernandez, <a href="http://www.borve.org/primeness/pcarray.html">The prime-composite array B(m,n) and the Borve conjectures</a>

%e Let p(n) be the n-th prime and c(m) the m-th composite. T(1,1)=2 because c(1)=4, p(1)=2 and the highest power of 2 in 4 is 2^2. T(2,1)=1 because c(2)=6, p(1)=2 and the highest power of 2 in 6 is 2^1. T(1,2)=0 because c(1)=4, p(2)=3 and the highest power of 3 in 4 is 3^0. So the sequence starts 2, 1, 0, ...

%e Array begins

%e 2 0 0 0 0 0 0 ...

%e 1 1 0 0 0 0 0 ...

%e 3 0 0 0 0 0 0 ...

%e 0 2 0 0 0 0 0 ...

%e 1 0 1 0 0 0 0 ...

%Y Cf. A000040, A002808, A063174, A063175, A063176.

%K nonn,tabl

%O 1,1

%A _Neil Fernandez_, Jul 09 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:16 EDT 2024. Contains 371967 sequences. (Running on oeis4.)