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!)
A152896 a=b=c=0;c(n)=c+n+a;b(n)=b+n+c;a(n)=a+n+b. 1
0, 3, 15, 55, 183, 588, 1865, 5887, 18550, 58414, 183904, 578936, 1822459, 5736946, 18059358, 56849069, 178955165, 563332829, 1773314909, 5582216334, 17572253459, 55315679765, 174128175040, 548137914348, 1725482812062 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x^2(3-3x+x^2)/((1-x)^2*(1-4x+3x^2-x^3)). a(n)=6*a(n-1)-12*a(n-2)+11*a(n-3)-5*a(n-4)+a(n-5). [From R. J. Mathar, Dec 15 2008]
MATHEMATICA
lst={}; a=b=c=0; Do[c+=n+a; b+=n+c; a+=n+b; AppendTo[lst, a], {n, 0, 2*4!}]; lst
LinearRecurrence[{6, -12, 11, -5, 1}, {0, 3, 15, 55, 183}, 30] (* Harvey P. Dale, Dec 11 2014 *)
CROSSREFS
Sequence in context: A176288 A119113 A286185 * A007973 A261737 A015249
KEYWORD
nonn
AUTHOR
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)