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!)
A032794 Positive integers of the form n(n+1)(n+2)(n+3)(n+4)/(n+(n+1)+(n+2)+(n+3)+(n+4)) that are a multiple of n. 3
8, 36, 224, 756, 1232, 2808, 5544, 7488, 12852, 20672, 25704, 38456, 55440, 65780, 90720, 122148, 140616, 183744, 236096, 266112, 334628, 415584, 461168, 563472, 681912, 747684, 893376, 1059380, 1150560, 1350440, 1575288, 1697696, 1963764, 2259936, 2419992 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,4,-4,0,-6,6,0,4,-4,0,-1,1).
FORMULA
From Colin Barker, May 30 2019: (Start)
G.f.: 4*x*(2 + 7*x + 47*x^2 + 125*x^3 + 91*x^4 + 206*x^5 + 164*x^6 + 52*x^7 + 47*x^8 + 9*x^9) / ((1 - x)^5*(1 + x + x^2)^4).
a(n) = a(n-1) + 4*a(n-3) - 4*a(n-4) - 6*a(n-6) + 6*a(n-7) + 4*a(n-9) - 4*a(n-10) - a(n-12) + a(n-13) for n>13.
(End)
PROG
(PARI) Vec(4*x*(2 + 7*x + 47*x^2 + 125*x^3 + 91*x^4 + 206*x^5 + 164*x^6 + 52*x^7 + 47*x^8 + 9*x^9) / ((1 - x)^5*(1 + x + x^2)^4) + O(x^40)) \\ Colin Barker, May 30 2019
CROSSREFS
Sequence in context: A030112 A001555 A032770 * A000757 A126756 A203297
KEYWORD
nonn,easy
AUTHOR
Patrick De Geest, May 15 1998
EXTENSIONS
Edited and offset changed by Alois P. Heinz, May 29 2019
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)