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!)
A026543 Expansion of 1/((1-2*x)*(1-6*x)*(1-7*x)*(1-12*x)). 2
1, 27, 481, 7191, 98161, 1272663, 16005025, 197611623, 2412718033, 29257382583, 353312653057, 4255864465671, 51186427162417, 615069092006487, 7386770412718177, 88683539390560935, 1064502765417159313 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-2^n + 225*6^n - 7^(n+3) + 12^(n+2))/25. - R. J. Mathar, Jun 23 2013
E.g.f.: 1/25 (-exp(2*x) + 225*exp(6*x) - 343*exp(7*x) + 144*exp(12*x)). - G. C. Greubel, Apr 09 2022
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-6x)(1-7x)(1-12x)), {x, 0, 30}], x] (* Harvey P. Dale, Apr 18 2019 *)
PROG
(Magma) [(-2^n +225*6^n -7^(n+3) +12^(n+2))/25: n in [0..30]]; // G. C. Greubel, Apr 09 2022
(SageMath) [(-2^n +225*6^n -7^(n+3) +12^(n+2))/25 for n in (0..30)] # G. C. Greubel, Apr 09 2022
CROSSREFS
Sequence in context: A028063 A024441 A026028 * A028046 A109821 A057494
KEYWORD
nonn,easy
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 23 02:14 EDT 2024. Contains 371906 sequences. (Running on oeis4.)