login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001781 Expansion of 1/((1+x)*(1-x)^10). 3
1, 9, 46, 174, 541, 1461, 3544, 7896, 16414, 32206, 60172, 107788, 186142, 311278, 505912, 801592, 1241383, 1883167, 2803658, 4103242, 5911763, 8395387, 11764688, 16284112, 22282988, 30168268, 40439192 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..10000

FORMULA

a(n) = +9*a(n-1) -35*a(n-2) +75*a(n-3) -90*a(n-4) +42*a(n-5) +42*a(n-6) -90*a(n-7) +75*a(n-8) -35*a(n-9) +9*a(n-10) -a(n-11). - R. J. Mathar, Mar 22 2011

MAPLE

A001781 := proc(n) 1/2903040*(2*n+11) *(2*n^8 +88*n^7 +1616*n^6 +16060*n^5 +93656*n^4 +324808*n^3 +646236*n^2 +663894*n +263655)+(-1)^n/1024 ; end proc:

seq(A001781(n), n=0..50) ; # R. J. Mathar, Mar 22 2011

PROG

(MAGMA) [1/2903040*(2*n+11) *(2*n^8 +88*n^7 +1616*n^6 +16060*n^5 +93656*n^4 +324808*n^3 +646236*n^2 +663894*n +263655)+(-1)^n/1024  : n in [0..30]]; // Vincenzo Librandi, Oct 08 2011

CROSSREFS

Sequence in context: A117052 A009294 A061620 * A053308 A201458 A034487

Adjacent sequences:  A001778 A001779 A001780 * A001782 A001783 A001784

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:58 EST 2012. Contains 205985 sequences.