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.

A082261 Row sums in A082259.

This page as a plain text file.
%I A082261 #8 Nov 18 2018 00:22:34
%S A082261 1,22,36,376,745,378,2758,3232,405,6040,13684,3528,16198,19474,10575,
%T A082261 34384,35479,10674,65854,178600,48321,108394,161575,117000,445225,
%U A082261 392158,136404,695800,778882,2011950,1332349,1806496,1849320,2563600
%N A082261 Row sums in A082259.
%t A082261 Do[s = t = 0; i = 1; While[t < n, If[Plus @@ IntegerDigits[i*n] == n, t++; s += i*n]; i++ ]; Print[s], {n, 1, 50}] (* _Ryan Propper_, Jul 16 2005 *)
%Y A082261 Cf. A082259, A082260, A082262, A082263, A002998.
%K A082261 base,nonn
%O A082261 1,2
%A A082261 _Amarnath Murthy_, Apr 12 2003
%E A082261 Corrected and extended by _Ryan Propper_, Jul 16 2005