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.

A163477 Row sums of A163357 and A163359 divided by 4.

This page as a plain text file.
%I A163477 #7 Nov 02 2022 07:46:10
%S A163477 0,1,5,10,25,43,62,84,142,205,275,350,423,503,588,680,908,1145,1393,
%T A163477 1650,1925,2211,2506,2812,3098,3397,3711,4038,4371,4719,5080,5456,
%U A163477 6360,7281,8221,9178,10161,11163,12182,13220,14310,15421,16555,17710
%N A163477 Row sums of A163357 and A163359 divided by 4.
%H A163477 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.
%F A163477 a(n) = floor(A163365(n)/4) (floor probably unnecessary).
%t A163477 nn = 8; s[{n_, k_}, {m_}] := (a[k, n] = m - 1); MapIndexed[s, List @@ HilbertCurve[nn][[1]]]; Floor[1/4*Map[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 A163477 Cf. A163357, A163359.
%K A163477 nonn
%O A163477 0,3
%A A163477 _Antti Karttunen_, Jul 29 2009