Blum integer: Difference between revisions

Content added Content deleted
(J draft)
(→‎{{header|J}}: stretch)
Line 332: Line 332:
{: blumseq 26828
{: blumseq 26828
524621</syntaxhighlight>
524621</syntaxhighlight>

Stretch:

<syntaxhighlight lang=J> B=: blumseq 4e5
{:1e5{.B
2076153
{:2e5{.B
4277629
{:3e5{.B
6524429
{:4e5{.B
8806273
{:B
8806273
(~.,. 4e3 %~ #/.~) 10|B
1 25.001
3 25.018
7 24.9955
9 24.9855</syntaxhighlight>


=={{header|Julia}}==
=={{header|Julia}}==