cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A163365 Row sums of A163357 and A163359.

This page as a plain text file.
%I A163365 #6 Nov 02 2022 07:46:03
%S A163365 0,4,20,40,100,172,248,336,568,820,1100,1400,1692,2012,2352,2720,3632,
%T A163365 4580,5572,6600,7700,8844,10024,11248,12392,13588,14844,16152,17484,
%U A163365 18876,20320,21824,25440,29124,32884,36712,40644,44652,48728,52880
%N A163365 Row sums of A163357 and A163359.
%C A163365 All terms seem to be divisible by 4. Cf. A163477.
%H A163365 Hsien-Kuei Hwang, Svante Janson, and Tsung-Hsi Tsai, <a href="https://arxiv.org/abs/2210.10968">Identities and periodic oscillations of divide-and-conquer recurrences splitting at half</a>, arXiv:2210.10968 [cs.DS], 2022, pp. 42-43.
%t A163365 nn = 7; s[{n_, k_}, {m_}] := (a[k, n] = m - 1); MapIndexed[s, List @@ HilbertCurve[nn][[1]]]; Total /@ Table[a[n - k, k], {n, 0, nn^2}, {k, n, 0, -1}] (* _Michael De Vlieger_, Nov 01 2022, after _Jean-François Alcover_ at A163357 *)
%Y A163365 Cf. A163357, A163359.
%K A163365 nonn
%O A163365 0,2
%A A163365 _Antti Karttunen_, Jul 29 2009