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!)
A028015 Expansion of 1/((1-2x)(1-8x)(1-9x)(1-10x)). 1
1, 29, 545, 8425, 116481, 1498569, 18339025, 216366425, 2482819361, 27879546409, 307689294705, 3348390668025, 36019012136641, 383739078223049, 4055195455949585, 42559109119075225, 444030782195892321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-2x)(1-8x)(1-9x)(1-10x)).
a(n) = (21*10^(n+3) - 48*9^(n+3) + 28*8^(n+3) - 2^(n+3))/336. [Yahia Kahloune, Jun 06 2013]
MATHEMATICA
CoefficientList[Series[1/((1 - 2 x) (1 - 8 x) (1 - 9 x) (1 - 10 x)), {x, 0, 20}], x] (* Wesley Ivan Hurt, Apr 08 2017 *)
Table[(21 10^(n+3) - 48 9^(n+3) + 28 8^(n+3) - 2^(n+3))/336, {n, 0, 30}] (* Vincenzo Librandi, Apr 09 2017 *)
LinearRecurrence[{29, -296, 1204, -1440}, {1, 29, 545, 8425}, 30] (* Harvey P. Dale, Nov 13 2017 *)
PROG
(Magma) [(21*10^(n+3)-48*9^(n+3)+28*8^(n+3)-2^(n+3))/336: n in [0..20]]; // Vincenzo Librandi, Apr 09 2017
CROSSREFS
Sequence in context: A028125 A028134 A028084 * A028123 A028082 A028010
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 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)