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!)
A026542 Expansion of 1/((1-2*x)*(1-6*x)*(1-7*x)*(1-11*x)). 2
1, 26, 443, 6292, 81081, 986622, 11585911, 132996344, 1504338341, 16852487938, 187601429379, 2079728352156, 22993065448081, 253755685986374, 2797253854490447, 30812086837337728, 339233247941143101, 3733693166454672330, 41085669244650954715 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/180)*(11^(n+3) -9*7^(n+3) +9*6^(n+3) -2^(n+3)). - R. J. Mathar, Jun 23 2013
E.g.f.: (1/180)*(-8*exp(2*x) + 1944*exp(6*x) - 3087*exp(7*x) + 1331*exp(11*x)). - G. C. Greubel, Apr 09 2022
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-6x)(1-7x)(1-11x)), {x, 0, 30}], x] (* Harvey P. Dale, May 27 2019 *)
PROG
(Magma) [(1/180)*(11^(n+3) -9*7^(n+3) +9*6^(n+3) -2^(n+3)): n in [0..30]]; // G. C. Greubel, Apr 09 2022
(SageMath) [(1/180)*(11^(n+3) -9*7^(n+3) +9*6^(n+3) -2^(n+3)) for n in (0..30)] # G. C. Greubel, Apr 09 2022
CROSSREFS
Sequence in context: A028047 A042304 A026024 * A028045 A288714 A024438
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 14:09 EDT 2024. Contains 371960 sequences. (Running on oeis4.)