The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A028060 Expansion of 1/((1-3x)(1-5x)(1-7x)(1-9x)). 1
1, 24, 370, 4680, 53011, 560784, 5670820, 55595760, 533237221, 5034115944, 46976235670, 434592270840, 3994583040631, 36537064953504, 332949559310920, 3025434129325920, 27431505237783241, 248303640811921464 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=(9^(n+3)-3*7^(n+3)+3*5^(n+3)-3^(n+3))/48. [Yahia Kahloune, Jun 08 2013]
a(0)=1, a(1)=24, a(2)=370, a(3)=4680, a(n)=24*a(n-1)-206*a(n-2)+ 744*a(n-3)- 945*a(n-4). - Harvey P. Dale, Jun 07 2015
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-5x)(1-7x)(1-9x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{24, -206, 744, -945}, {1, 24, 370, 46}, 17] (* Harvey P. Dale, Jun 07 2015 *)
CROSSREFS
Sequence in context: A028111 A168304 A053062 * A026326 A028043 A028056
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 June 7 08:05 EDT 2024. Contains 373160 sequences. (Running on oeis4.)