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!)
A249999 Expansion of 1/((1-x)^2*(1-2*x)*(1-3*x)). 3
1, 7, 32, 122, 423, 1389, 4414, 13744, 42245, 128771, 390396, 1179366, 3554467, 10696153, 32153978, 96592988, 290041089, 870647535, 2612991160, 7841070610, 23527406111, 70590606917, 211788597942, 635399348232, 1906265153533, 5718929678299, 17157057470324, 51471709281854 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-x)^2 * (1-2*x) * (1-3*x)).
a(n) = 9/4 - 2^(n+3) + n/2 + 3^(n+3)/4. - R. J. Mathar, Jan 09 2015
E.g.f.: (1/4)*((9 + 2*x) - 32*exp(x) + 27*exp(2*x))*exp(x). - G. C. Greubel, Jul 21 2022
MATHEMATICA
LinearRecurrence[{7, -17, 17, -6}, {1, 7, 32, 122}, 50] (* G. C. Greubel, Jul 21 2022 *)
PROG
(Magma) [(2*n +9 -2^(n+5) +3^(n+3))/4: n in [0..50]]; // G. C. Greubel, Jul 21 2022
(SageMath) [(2*n+9 -2^(n+5) +3^(n+3))/4 for n in (0..50)] # G. C. Greubel, Jul 21 2022
CROSSREFS
Cf. A000392 (first differences), A094705, A243869, A249997.
Sequence in context: A133107 A178851 A213163 * A034360 A268745 A199845
KEYWORD
nonn,easy
AUTHOR
Alex Ratushnyak, Dec 28 2014
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 March 29 09:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)