Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,3 +1,7 @@
|
|||
F ← ⊂⟨0◌|+1⟩>⊙(-1⧻),,⊗⊃⊢(↘1). # Generator function (prepends).
|
||||
⇌⍥F999 [0] # Generate 1000 terms and flip.
|
||||
⊃(&p↙¯)(&p↙∘)10 # Print first and last 10 terms.
|
||||
# Generate Van Eck sequence.
|
||||
F ← (
|
||||
◡<⊙⊙◌⊃(⋅⧻|⊸˜⨂)°⊂. # Check where/if first digit already appeared.
|
||||
⊂⨬(⋅⋅0|⋅+₁) # If new, prepend zero, else last index it was in.
|
||||
)
|
||||
⇌⍥F999 [0] # Generate 1000 terms and reverse.
|
||||
⊃(&p↙¯)(&p↙∘)10 # Print first and last 10 terms.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue