The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132685 a(n) = binomial(2^n + 2*n, n). 13
1, 4, 28, 364, 10626, 850668, 218618940, 198773423848, 669741609663270, 8493008777332033900, 405943250253048290447028, 72938914603968404495709630360, 49143490709866058459392200362497820 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/(1-x)^(2^n + n + 1).
MAPLE
A132695:= n-> binomial(2^n +2*n, n); seq(A132685(n), n=0..20); # G. C. Greubel, Mar 14 2021
MATHEMATICA
Table[Binomial[2^n+2n, n], {n, 0, 20}] (* Harvey P. Dale, Jun 01 2016 *)
PROG
(PARI) a(n)=binomial(2^n+2*n, n)
(Sage) [binomial(2^n+2*n, n) for n in (0..20)] # G. C. Greubel, Mar 14 2021
(Magma) [Binomial(2^n+2*n, n): n in [0..20]]; // G. C. Greubel, Mar 14 2021
CROSSREFS
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), this sequence (2,0), A132686 (2,1), A132687 (3,-1), A132688 (3,0), A132689 (3,1).
Cf. A136555.
Sequence in context: A339283 A095288 A155105 * A180966 A203032 A086812
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 26 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 3 10:30 EDT 2024. Contains 373060 sequences. (Running on oeis4.)