Seqbox: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
imported>Gfis  first version  | 
				imported>Gfis  MAGMA  | 
				||
| Line 1: | Line 1: | ||
==Math toolbox for Seqfans ([https://oeis.org OEIS users]) encapsulated in a Raspberry Pi==  | ==Math toolbox for Seqfans ([https://oeis.org OEIS users]) encapsulated in a Raspberry Pi==  | ||
===Chrome, Firefox standalone===  | |||
* '''Javascript''', open a debugging console with Ctrl-shift-J, paste the program (e.g. from [https://oeis.org/A003238 A003238]) into the console window,   | |||
===Offered by the Seqbox===  | |||
* '''[[seqbox/PARI|PARI/GP]]''' from [https://pari.math.u-bordeaux.fr/ https://pari.math.u-bordeaux.fr/]  | |||
===Planned===  | |||
===Internet===  | ===Internet===  | ||
* [https://tryapl.org/ APL], try the only one in [https://oeis.org/A239751 A239751]:   | |||
 ((+⌿(22⍴2)⊤C)<+⌿0≠(5⍴10)⊤C)/C←⍳10000  | |||
* [https://stackblitz.com/fork/js Javascript]  | * [https://stackblitz.com/fork/js Javascript]  | ||
* [https://webperl.zero-g.net/democode/index.html Perl], WebPerl code demo  | * [http://magma.maths.usyd.edu.au/calc/ Magma], try [https://oeis.org/A118934 A118934]:  | ||
 F:=Factorial; [(&+[F(n)/(4^j*F(j)*F(n-4*j)): j in [0..Floor(n/4)]]): n in [0..30]];  | |||
* [https://webperl.zero-g.net/democode/index.html Perl], WebPerl code demo, try [https://oeis.org/A065520 A065520]  | |||
* [https://stackoverflow.com/questions/14750747/org-apache-catalina-lifecycleexception-failed-to-start-component-standardengin Tcl], ''[http://aidanhs.github.io/emtcl/ EmTCL]'',    | * [https://stackoverflow.com/questions/14750747/org-apache-catalina-lifecycleexception-failed-to-start-component-standardengin Tcl], ''[http://aidanhs.github.io/emtcl/ EmTCL]'',    | ||
===Other links===  | ===Other links===  | ||
* [https://emscripten.org/ Emscripten.org], a complete Open Source compiler toolchain to WebAssembly, compiles C and C++ code, or any other language that uses LLVM, into WebAssembly  | * [https://emscripten.org/ Emscripten.org], a complete Open Source compiler toolchain to WebAssembly, compiles C and C++ code, or any other language that uses LLVM, into WebAssembly  | ||
* [https://www.jython.org/ jython.org], provides implementations of Python in Java  | * [https://www.jython.org/ jython.org], provides implementations of Python in Java  | ||
Revision as of 14:46, 2 June 2022
Math toolbox for Seqfans (OEIS users) encapsulated in a Raspberry Pi
Chrome, Firefox standalone
- Javascript, open a debugging console with Ctrl-shift-J, paste the program (e.g. from A003238) into the console window,
 
Offered by the Seqbox
Planned
Internet
((+⌿(22⍴2)⊤C)<+⌿0≠(5⍴10)⊤C)/C←⍳10000
- Javascript
 - Magma, try A118934:
 
F:=Factorial; [(&+[F(n)/(4^j*F(j)*F(n-4*j)): j in [0..Floor(n/4)]]): n in [0..30]];
Other links
- Emscripten.org, a complete Open Source compiler toolchain to WebAssembly, compiles C and C++ code, or any other language that uses LLVM, into WebAssembly
 - jython.org, provides implementations of Python in Java