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!)
A090401 Expansion of 1/(1-3x+3x^4). 0
1, 3, 9, 27, 78, 225, 648, 1863, 5355, 15390, 44226, 127089, 365202, 1049436, 3015630, 8665623, 24901263, 71555481, 205619553, 590861790, 1697881581, 4878978300, 14020076241, 40287643353, 115769285316, 332670921048 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=3a(n-1)-3a(n-4); a(n)=sum{k=0..floor(n/2), comb(n-3k, k)3^(n-3k) }.
MATHEMATICA
CoefficientList[Series[1/(1-3x+3x^4), {x, 0, 30}], x] (* or *) LinearRecurrence[ {3, 0, 0, -3}, {1, 3, 9, 27}, 30] (* Harvey P. Dale, Apr 19 2015 *)
CROSSREFS
Sequence in context: A268013 A269613 A006810 * A181137 A113041 A269650
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Nov 28 2003
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 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)