Integer sequence: Difference between revisions

Content added Content deleted
(Added Uiua)
Line 3,026: Line 3,026:
n=n+1
n=n+1
ENDLOOP</syntaxhighlight>
ENDLOOP</syntaxhighlight>
=={{header|Uiua}}==
<syntaxhighlight lang="Uiua">
⍢(&p.+1)1 1
</syntaxhighlight>
{{out}}
<pre>
Previous output truncated...
318259
318260
318261
318262
318263
318264
318265
318266
318267
318268
318269
318270
318271
318272
318273
318274
318275
318276
318277
318278
318279
318280
318281
318282
318283
318284
318285
318286
318287
318288
318289
318290
318291
318292
318293
318294
318295
318296
318297
318298
318299
318300
318301
318302
318303
318304
318305
318306
318307
318308
318309
318310
318311
318312
318313
318314
318315



You can increase the execution time limit in the editor settings

</pre>
=={{header|UNIX Shell}}==
=={{header|UNIX Shell}}==