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!)
A188897 a(n) = lcm(n, n+1, n+2, n+3, n+4, n+5, n+6, n+7)/840. 1
0, 1, 3, 3, 33, 429, 429, 429, 858, 4862, 14586, 25194, 25194, 1938, 21318, 490314, 245157, 72105, 312455, 148005, 148005, 4292145, 390195, 525915, 2103660, 4628052, 6052068, 672452, 2017356, 2573868 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n+7)!/(5040*(n-1)!*p(n)*q(n)*(1+6*f(n))), n > 1 where
p(n) = 8*3^((n-1)^2 mod 3),
q(n) = 4*(((n-2)^4 mod 5 +(n-1)^4) mod 5)-3, and
f(n) = 1-(n^6 mod 7).
MAPLE
seq(lcm(n, n+1, n+2, n+3, n+4, n+5, n+6, n+7)/840, n=0..30);
p:=n-> 8*3^((n-1)^2 mod 3):q:=n-> 4*(((n-2)^4 mod 5 +(n-1)^4)mod5)-3:f:=n-> 1-(n^6 mod 7): seq((n+7)!/(5040*(n-1)!*p(n)*q(n)*(1+6*f(n))), n=1..30)
CROSSREFS
Cf. A189144.
Sequence in context: A344934 A086667 A067098 * A088060 A368387 A213281
KEYWORD
nonn
AUTHOR
Gary Detlefs, Apr 19 2011
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 May 17 15:44 EDT 2024. Contains 372603 sequences. (Running on oeis4.)