Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • \$\begingroup\$ The output should be the m'th sequence, not the m'th number (so 2 3 would output 1184, 1210 etc.) \$\endgroup\$ Commented Mar 11, 2021 at 21:58
  • \$\begingroup\$ @ChartZBelatedly Can I output the mth sequence in order of the last term of the sequence rather than the first? \$\endgroup\$ Commented Mar 11, 2021 at 22:50
  • \$\begingroup\$ yeah, that's fine \$\endgroup\$ Commented Mar 11, 2021 at 22:57
  • \$\begingroup\$ @ChartZBelatedly Great, I've already got a variable with that in, so the byte count doesn't change. \$\endgroup\$ Commented Mar 12, 2021 at 1:20