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!)
A374986 a(n) = (1/5)*Product_{k=0..n} F(k)+5, where F=A000045 (Fibonacci numbers). 0
1, 6, 36, 252, 2016, 20160, 262080, 4717440, 122653440, 4783484160, 287009049600, 26978850662400, 4019848748697600, 956724002190028800, 365468568836591001600, 224763169834503465984000, 222965064475827438256128000, 357190033290275556086317056000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Trivially, a(n+1)/a(n) is an integer for n>=0, so (a(n)) is a divisibility sequence.
LINKS
MATHEMATICA
q[n_] := Fibonacci[n]
p[n_] := Product[q[k] + 5, {k, 0, n}]
Table[(1/5)*Simplify[p[n]], {n, 0, 20}]
CROSSREFS
Cf. A000045.
Sequence in context: A366496 A366500 A221461 * A090015 A299330 A335811
KEYWORD
nonn,new
AUTHOR
Clark Kimberling, Aug 04 2024
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 August 10 14:27 EDT 2024. Contains 375056 sequences. (Running on oeis4.)