login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163365 Row sums of A163357 and A163359. 3
0, 4, 20, 40, 100, 172, 248, 336, 568, 820, 1100, 1400, 1692, 2012, 2352, 2720, 3632, 4580, 5572, 6600, 7700, 8844, 10024, 11248, 12392, 13588, 14844, 16152, 17484, 18876, 20320, 21824, 25440, 29124, 32884, 36712, 40644, 44652, 48728, 52880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
All terms seem to be divisible by 4. Cf. A163477.
LINKS
Hsien-Kuei Hwang, Svante Janson, and Tsung-Hsi Tsai, Identities and periodic oscillations of divide-and-conquer recurrences splitting at half, arXiv:2210.10968 [cs.DS], 2022, pp. 42-43.
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A323183 A072977 A341895 * A145194 A164924 A033579
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 29 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)