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!)
A080422 a(n) = (n+1)*(n+2)*(n+3)*(n+12)*3^n/72. 6
1, 13, 105, 675, 3780, 19278, 91854, 415530, 1804275, 7577955, 30961359, 123589557, 483611310, 1860043500, 7046907660, 26344593252, 97328636181, 355781149065, 1288173125925, 4623863536215, 16466920464456, 58222325927898, 204499905118650, 713919106104750 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1-2*x)/(1-3*x)^5.
For n>4, a(n)=15*a(n-1)-90*a(n-2)+270*a(n-3)-405*a(n-4)+243*a(n-5). - Harvey P. Dale, Oct 22 2011
From G. C. Greubel, Dec 22 2023: (Start)
a(n) = A136158(n+4,4).
E.g.f.: (1/8)*(8 + 80*x + 144*x^2 + 72*x^3 + 9*x^4)*exp(3*x). (End)
From Amiram Eldar, Jan 11 2024: (Start)
Sum_{n>=0} 1/a(n) = 662816499/42350 - 2122848*log(3/2)/55.
Sum_{n>=0} (-1)^n/a(n) = 2135808*log(4/3)/55 - 94614897/8470. (End)
MATHEMATICA
Table[(n + 1) (n + 2) (n + 3) (n + 12) 3^n/72, {n, 0, 30}] (* or *) LinearRecurrence[ {15, -90, 270, -405, 243}, {1, 13, 105, 675, 3780}, 30] (* Harvey P. Dale, Oct 22 2011 *)
CoefficientList[Series[(1 - 2 x) / (1 - 3 x)^5, {x, 0, 30}], x] (* Vincenzo Librandi, Aug 05 2013 *)
PROG
(Magma) [(n+1)*(n+2)*(n+3)*(n+12)*3^n/72: n in [0..30]]; // Vincenzo Librandi, Aug 05 2013
(SageMath) [(n+1)*(n+2)*(n+3)*(n+12)*3^(n-3)/8 for n in range(31)] # G. C. Greubel, Dec 22 2023
CROSSREFS
T(n, 4) in triangle A080419.
Cf. A136158.
Sequence in context: A316425 A317427 A320204 * A030055 A155636 A055902
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Feb 19 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)