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.

A132687 a(n) = binomial(2^n + 3*n - 1, n).

This page as a plain text file.
%I A132687 #11 Mar 14 2021 20:40:10
%S A132687 1,4,36,560,17550,1370754,324540216,267212177232,822871715492970,
%T A132687 9728874233306696390,442491588454024774291770,
%U A132687 76919746769405407508866898400,50743487119356450255156023756871000
%N A132687 a(n) = binomial(2^n + 3*n - 1, n).
%H A132687 G. C. Greubel, <a href="/A132687/b132687.txt">Table of n, a(n) for n = 0..50</a>
%F A132687 a(n) = [x^n] 1/(1-x)^(2^n + 2*n).
%t A132687 Table[Binomial[2^n+3n-1,n],{n,0,20}] (* _Harvey P. Dale_, Sep 07 2017 *)
%o A132687 (PARI) a(n)=binomial(2^n+3*n-1,n)
%o A132687 (Sage) [binomial(2^n +3*n -1, n) for n in (0..20)] # _G. C. Greubel_, Mar 13 2021
%o A132687 (Magma) [Binomial(2^n +3*n -1, n): n in [0..20]]; // _G. C. Greubel_, Mar 13 2021
%Y A132687 Sequences of the form binomial(2^n +p*n +q, n): A136556 (0,-1), A014070 (0,0), A136505 (0,1), A136506 (0,2), A060690 (1,-1), A132683 (1,0), A132684 (1,1), A132685 (2,0), A132686 (2,1), this sequence (3,-1), A132688 (3,0), A132689 (3,1).
%Y A132687 Cf. A136555.
%K A132687 nonn
%O A132687 0,2
%A A132687 _Paul D. Hanna_, Aug 26 2007