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!)
A025993 Expansion of 1/((1-2x)(1-5x)(1-7x)(1-9x)). 0
1, 23, 344, 4258, 47487, 496725, 4981918, 48547136, 463544213, 4361492707, 40596873252, 374857310334, 3440520848779, 31434357529169, 286207079508746, 2598999610410652, 23553202070626785, 213115529239825311 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = -8*2^n/105 +125*5^n/24 -343*7^n/20 +729*9^n/56. R. J. Mathar, Jun 20 2013
a(0)=1, a(1)=23, a(2)=344, a(3)=4258, a(n)=23*a(n-1)-185*a(n-2)+ 601*a(n-3)- 630*a(n-4). - Harvey P. Dale, Jul 04 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-5x)(1-7x)(1-9x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{23, -185, 601, -630}, {1, 23, 344, 4258}, 30] (* Harvey P. Dale, Jul 04 2013 *)
CROSSREFS
Sequence in context: A026324 A028039 A002118 * A111875 A028035 A077309
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)