Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Aug 28 2020 02:05:59
%S 1,2,6,3,5,7,16,4,8,48,17,15,9,47,49,18,14,10,46,50,54,19,13,11,45,51,
%T 53,55,20,24,12,44,40,52,56,60,21,23,25,43,41,39,57,59,61,142,22,26,
%U 30,42,38,70,58,62,426,143,141,27,29,31,37,71,69,63,425,427,144,140
%N Peano curve in an N x N grid, one-based, starting rightwards from the top-left corner.
%C See the comments at A163334.
%H A. Karttunen, <a href="/A163338/b163338.txt">Table of n, a(n) for n = 1..3321</a>
%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%F a(n) = A163334(n-1)+1
%Y Inverse: A163339. Transpose: A163340.
%K nonn,tabl
%O 1,2
%A _Antti Karttunen_, Jul 29 2009
%E Name corrected by _Kevin Ryde_, Aug 28 2020