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!)
A114196 Expansion of (1-3x)/(1-6x+8x^2+x^3). 1
1, 3, 10, 35, 127, 472, 1781, 6783, 25978, 99823, 384331, 1481424, 5714073, 22048715, 85098282, 328485899, 1268080423, 4895497064, 18899853101, 72967061671, 281708048154, 1087611942455, 4199040207827, 16211637659168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Diagonal sums of A114195.
LINKS
FORMULA
a(n)=6a(n-1)-8a(n-2)-a(n-3); a(n)=sum{k=0..floor(n/2), sum{j=0..n-k, C(n-k, j)C(j+k, 2k)2^(j-k)}}.
MATHEMATICA
CoefficientList[Series[(1-3x)/(1-6x+8x^2+x^3), {x, 0, 30}], x] (* or *) LinearRecurrence[{6, -8, -1}, {1, 3, 10}, 30] (* Harvey P. Dale, Feb 02 2012 *)
CROSSREFS
Sequence in context: A149036 A316596 A047127 * A346739 A078789 A299443
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Nov 16 2005
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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)