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.

A078163 a(n) = A051201(n^2).

This page as a plain text file.
%I A078163 #7 Oct 31 2023 12:39:38
%S A078163 1,7,19,39,66,103,146,200,263,336,418,511,611,724,848,981,1125,1281,
%T A078163 1446,1624,1811,2010,2220,2446,2676,2922,3178,3450,3730,4023,4324,
%U A078163 4639,4967,5310,5665,6029,6404,6794,7199,7614,8041,8479,8930,9394,9874
%N A078163 a(n) = A051201(n^2).
%t A078163 Table[Apply[Plus, Union[Table[Floor[w^2/j], {j, 1, w^2}]]], {w, 1, 50}]
%Y A078163 Cf. A000290, A051201, A078161, A078162.
%K A078163 nonn
%O A078163 1,2
%A A078163 _Labos Elemer_, Nov 27 2002