Iccanobif primes: Difference between revisions

m
m (→‎{{header|J}}: discard f3 as unnecessary, and include some comments)
Line 427:
14 21 37 40 80 104 137 330 406 409 503 888 1020 1122 1911 1947 2283 3727</syntaxhighlight>
 
For the stretch goal we use extended precision integers instead of the usual fixed width representation, and reverse the digits numerically rather than relying on the character representation of the numbers (though it's simplest to rely on the character representation for counting the digits of the resulting primes).
 
=={{header|jq}}==
6,962

edits