Series from For loop (is there a repository for Integer Sequences?)

Yes. I use:

  for (int j = 0; j < testsequence.length; j++) {
    print(testsequence[j], " ");
  }

But I wondered why
println(str(seq3_1_10));
works for you but not for me…?