Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A212171

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Prime signature of n (nonincreasing version): row n of table lists positive exponents in canonical prime factorization of n, in nonincreasing order.
(history; published version)
#30 by Charles R Greathouse IV at Thu Sep 08 08:46:02 EDT 2022
PROG

(MAGMAMagma) &cat[Reverse(Sort([pe[2]:pe in Factorisation(n)])):n in[1..76]]; // Jason Kimberley, Jun 13 2012

Discussion
Thu Sep 08
08:46
OEIS Server: https://oeis.org/edit/global/2944
#29 by Joerg Arndt at Wed Apr 20 06:39:46 EDT 2022
STATUS

reviewed

approved

#28 by Michel Marcus at Wed Apr 20 00:41:33 EDT 2022
STATUS

proposed

reviewed

#27 by M. F. Hasler at Tue Apr 19 18:22:39 EDT 2022
STATUS

editing

proposed

Discussion
Tue Apr 19
18:24
M. F. Hasler: Could also have offset 1, with an empty row 1 (as 1st comment explains, row n=1 has length A1221(1) = 0.)
#26 by M. F. Hasler at Tue Apr 19 18:22:36 EDT 2022
PROG

(PARI) apply( {A212171_row(n)=vecsort(factor(n)[, 2]~, , 4)}, [1..40])\\ M. F. Hasler, Apr 19 2022

STATUS

proposed

editing

#25 by Michel Marcus at Sat Apr 09 01:36:03 EDT 2022
STATUS

editing

proposed

#24 by Michel Marcus at Sat Apr 09 01:35:59 EDT 2022
EXAMPLE

First rows of table read: 1; 1; 2; 1; 1,1; 1; 3; 2; 1,1; 1; 2,1;...

First rows of table read:

1;

1;

2;

1;

1,1;

1;

3;

2;

1,1;

1;

2,1;

...

STATUS

proposed

editing

#23 by Robert C. Lyons at Fri Apr 08 13:27:49 EDT 2022
STATUS

editing

proposed

#22 by Robert C. Lyons at Fri Apr 08 13:27:45 EDT 2022
COMMENTS

Differs from A124010 from a(23) on, corresponding to the factorisation factorization of 18 = 2^1*3^2 which is here listed as row 18 = [2, 1], but as [1, 2] (in the order of the prime factors) in A124010 and also in A118914 which lists the prime signatures in nondecreasing order (so that row 12 = 2^2*3^1 is also [1, 2]). - M. F. Hasler, Apr 08 2022

STATUS

proposed

editing

#21 by M. F. Hasler at Fri Apr 08 11:37:51 EDT 2022
STATUS

editing

proposed