ckrause

Results 24 comments of ckrause

Can you please upload the binary of the wrapper app to https://boinc.berkeley.edu/dl/ ?

``` 2024-01-05 11:49:47|INFO |Checking 5 terms of A037964: a(n) = -binomial(-n,-2*n)+binomial(-2*n,2*n) 2024-01-05 11:49:47|INFO |Generated sequence: 0,3,35,462,6435 2024-01-05 11:49:47|INFO |Expected sequence: 0,4,32,472,6400 2024-01-05 11:49:47|ERROR|Unexpected PARI sequence ```

will be available in next stable release of PARI/GP: 2.17.0.

simple test for two vectors: ``` ? V=vector(10) %1 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] ? W=vector(10) %2 = [0, 0, 0, 0, 0, 0,...

Preparation work done: ``` $ ./loda export -o pari-vector A58 (a[n] = b[n]+1); (b[n] = b[n-1]*(b[n-1]+1)); (b[0] = 1) ```

Another example ``` ; A085521: a(n) = Product_{k=0..n} (2^(2k+1)+1). ; Formula: a(n) = b(n)/3, b(n) = b(n-1)*(c(n-1)+1), b(1) = 9, b(0) = 3, c(n) = 4*c(n-1), c(1) = 8, c(0)...

Yep, that's very useful. Maybe open the OEIS page in a new tab? Another idea: if you hover over a seq operation, there could be a link for opening the...

We could try to ask the OEIS people to add generic links to LODA and Sequence Machine for all sequences. For LODA it would be a link to the editor....

Great suggestion. One remark: many sequences have more than 1000 terms in their b-file. The web editor currently supports only up to 1000 terms. Another thing: since there can be...