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!)
A127228 a(n) = numerator of ((n + 4)! - (n - 4)!)/(n!). 5
40319, 362879, 1814399, 6652799, 19958399, 51891839, 121080959, 259459199, 518918399, 980179199, 1764322559, 3047466239, 5079110399, 8204716799, 12893126399, 19769460479, 29654190719, 43609103999, 62990927999 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
LINKS
FORMULA
a(n) = (n+4) * (n+3) * (n+2) * (n+1) * n * (n-1) * (n-2) * (n-3) - 1. - Robert Israel, Nov 20 2023
MAPLE
f::= n -> (n+4)*(n+3)*(n+2)*(n+1)*n*(n-1)*(n-2)*(n-3)-1:
map(f, [$4..30]); # Robert Israel, Nov 20 2023
MATHEMATICA
Table[Numerator[((n + 4)! - (n - 4)!)/(n!)], {n, 4, 30}]
CROSSREFS
Sequence in context: A076778 A172863 A159720 * A269126 A168359 A090394
KEYWORD
nonn,frac
AUTHOR
Artur Jasinski, Jan 09 2007
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 September 1 06:23 EDT 2024. Contains 375575 sequences. (Running on oeis4.)