Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
28
Task/Factorions/J/factorions.j
Normal file
28
Task/Factorions/J/factorions.j
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
index=: $ #: I.@:,
|
||||
factorion=: 10&$: :(] = [: +/ [: ! #.^:_1)&>
|
||||
|
||||
FACTORIONS=: 9 0 +"1 index Q=: 9 10 11 12 factorion/ i. 1500000
|
||||
|
||||
NB. columns: base, factorion in base 10, factorion in base
|
||||
(,. ".@:((Num_j_,26}.Alpha_j_) {~ #.inv/)"1) FACTORIONS
|
||||
9 1 1
|
||||
9 2 2
|
||||
9 41282 62558
|
||||
10 1 1
|
||||
10 2 2
|
||||
10 145 145
|
||||
10 40585 40585
|
||||
11 1 1
|
||||
11 2 2
|
||||
11 26 24
|
||||
11 48 44
|
||||
11 40472 28453
|
||||
12 1 1
|
||||
12 2 2
|
||||
|
||||
NB. tallies of factorions in the bases
|
||||
(9+i.4),.+/"1 Q
|
||||
9 3
|
||||
10 4
|
||||
11 5
|
||||
12 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue