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.

A277584 a(n) = binomial(3n-1, n-1)^2.

This page as a plain text file.
%I A277584 #23 Sep 08 2022 08:46:17
%S A277584 0,1,25,784,27225,1002001,38291344,1502337600,60101954649,
%T A277584 2440703175625,100300325150025,4161829109817600,174077451630810000,
%U A277584 7330421677037621904,310467090932230849600,13214837914326197526784,564927069263895118093401
%N A277584 a(n) = binomial(3n-1, n-1)^2.
%H A277584 Seiichi Manyama, <a href="/A277584/b277584.txt">Table of n, a(n) for n = 0..605</a>
%F A277584 a(n) = A025174(n)^2.
%F A277584 a(n) = A188662(n)/9 for n > 0.
%F A277584 Let the number of multisets of length k on n symbols be denoted by ((n, k)) = binomial(n+k-1, k).
%F A277584 a(n) = (Sum_{k=0..n} binomial(n, k)^2 * ((2*n, 2*n - k)))/5 for n > 0.
%t A277584 Table[Boole[n > 0] Binomial[3 n - 1, n - 1]^2, {n, 0, 16}] (* _Michael De Vlieger_, Oct 26 2016 *)
%o A277584 (PARI) a(n) = binomial(3*n-1, n-1)^2; \\ _Michel Marcus_, Oct 22 2016
%o A277584 (Magma) [Binomial(3*n-1, n-1)^2: n in [0..20]]; // _Vincenzo Librandi_, Oct 23 2016
%Y A277584 Cf. A025174, A060150, A188662.
%K A277584 nonn
%O A277584 0,3
%A A277584 _Seiichi Manyama_, Oct 22 2016