login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Permutation of triangular array of numbers (greater than 1) arranged by prime signature.
9

%I #2 Mar 31 2012 14:41:48

%S 2,4,3,6,9,5,8,10,25,7,12,27,14,49,11,16,18,125,15,121,13,24,81,20,

%T 343,21,169,17,30,40,625,28,1331,22,289,19,32,42,54,2401,44,2197,26,

%U 361,23,36,243,66,56,14641,45,4913,33,529,29,48,100,3125,70,88,28561,50,6859

%N Permutation of triangular array of numbers (greater than 1) arranged by prime signature.

%C The left diagonal is the sequence of primes (A000040). The right diagonal is sequence A025487 (least prime signatures).

%H Will Nicholes, <a href="http://willnicholes.com/math/primesigmap.htm">Iterative mapping of prime signatures</a>.

%F a(n) = A061579(A095904(n))

%Y Cf. A095904, A179217, A179218, A179221, A179222, A179225, A179226, A179228.

%K nonn,tabl

%O 0,1

%A _Will Nicholes_, Jul 10 2010