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!)
A182870 Joint-rank array of odd prime powers: p(i+1)^j, i>=1, j>=1, read by antidiagonals. 7

%I #7 Mar 30 2012 18:57:12

%S 1,4,2,11,10,3,26,36,18,5,61,127,78,35,6,143,471,381,234,46,7,348,

%T 1867,1987,1760,349,70,8,881,7755,11195,14884,3166,686,111,9,2279

%N Joint-rank array of odd prime powers: p(i+1)^j, i>=1, j>=1, read by antidiagonals.

%C Joint-rank arrays are defined in the first comment at A182801. A182870 is a permutation of the positive integers.

%e First, arrange the odd prime powers in rows:

%e 3....9...27....81...

%e 5...25..125...625...

%e 7...49..343...2401...

%e Then replace each by its ranks when they are all jointly ranked:

%e 1....4...11....26...

%e 2...10...36...127...

%e 3...18...78...381...

%e 5...35..234..1760...

%t T[i_,j_]:=Sum[Floor[j*Log[Prime[i+1]]/Log[Prime[h]]],{h,2,PrimePi[Prime[i+1]^j]}]; TableForm[Table[T[i,j],{i,1,6},{j,1,6}]]

%Y A182801, A182869, A182871, A182872, A182942, A182943.

%K nonn,tabl

%O 1,2

%A _Clark Kimberling_, Dec 09 2010

%E Corrected and extended by _Clark Kimberling_, Dec 14 2010

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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)