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.

A132686 a(n) = binomial(2^n + 2*n + 1, n).

This page as a plain text file.
%I A132686 #9 Mar 14 2021 20:40:01
%S A132686 1,5,36,455,12650,962598,237093780,209004408899,689960224294614,
%T A132686 8639439963148103450,409865407260324119340236,
%U A132686 73328394245057556170201283726,49287010273876375495535472789937580
%N A132686 a(n) = binomial(2^n + 2*n + 1, n).
%H A132686 G. C. Greubel, <a href="/A132686/b132686.txt">Table of n, a(n) for n = 0..50</a>
%F A132686 a(n) = [x^n] 1/(1-x)^(2^n + n + 2).
%t A132686 Table[Binomial[2^n +2*n +1, n], {n,0,20}] (* _G. C. Greubel_, Mar 13 2021 *)
%o A132686 (PARI) a(n)=binomial(2^n+2*n+1,n)
%o A132686 (Sage) [binomial(2^n +2*n +1, n) for n in (0..20)] # _G. C. Greubel_, Mar 13 2021
%o A132686 (Magma) [Binomial(2^n +2*n +1, n): n in [0..20]]; // _G. C. Greubel_, Mar 13 2021
%Y A132686 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), this sequence (2,1), A132687 (3,-1), A132688 (3,0), A132689 (3,1).
%Y A132686 Cf. A136555.
%K A132686 nonn
%O A132686 0,2
%A A132686 _Paul D. Hanna_, Aug 26 2007