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.

A182706 Row sums of triangle A182702.

This page as a plain text file.
%I A182706 #16 Jun 24 2020 03:14:19
%S A182706 1,6,18,44,90,174,308,528,864,1380,2134,3252,4836,7098,10245,14624,
%T A182706 20587,28728,39634,54260,73605,99154,132526,176088,232375,305006,
%U A182706 398007,516852,667696,858840
%N A182706 Row sums of triangle A182702.
%H A182706 Robert Price, <a href="/A182706/b182706.txt">Table of n, a(n) for n = 1..2000</a> (First 2000 rows)
%F A182706 a(n) = n * A026905(n).
%t A182706 Total /@ Table[n*PartitionsP[n-k], {n, 30}, {k, 0, n - 1}] // Flatten (* _Robert Price_, Jun 23 2020 *)
%Y A182706 Cf. A026905, A182700, A182701, A182702, A182703, A182704, A182705.
%K A182706 nonn
%O A182706 1,2
%A A182706 _Omar E. Pol_, Nov 28 2010