index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-164
/
conor-hoekstra
/
apl
/
ch-2.apl
blob: 4f776b02707aeccbba0b7d720dc1d44e0980b6cb (
plain
)
1
2
3
4
8
↑
{
⍵
/⍨
1
=
(
{
+
/
2
*
⍨
10
(
⊥
⍣
¯1
)
⍵
}
⍣
5
)
¨
⍵
}
⍳
50
⍝ Results in:
1
7
10
13
19
23
28
31