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!)
A077836 Expansion of (1-x)/(1-3*x-3*x^2-3*x^3). 0
1, 2, 9, 36, 141, 558, 2205, 8712, 34425, 136026, 537489, 2123820, 8392005, 33159942, 131027301, 517737744, 2045774961, 8083620018, 31941398169, 126212379444, 498712192893, 1970597911518, 7786567451565, 30767632667928, 121574394093033, 480385782637578 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=2, a(2)=9, a(n)=3*a(n-1)+3*a(n-2)+3*a(n-3). - Harvey P. Dale, Dec 15 2013
MATHEMATICA
CoefficientList[Series[(1-x)/(1-3*x-3*x^2-3*x^3), {x, 0, 30}], x] (* or *) LinearRecurrence[{3, 3, 3}, {1, 2, 9}, 30] (* Harvey P. Dale, Dec 15 2013 *)
CROSSREFS
Sequence in context: A007946 A135593 A027995 * A003125 A055841 A037521
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 17 2002
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 19 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)