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

%I #4 Aug 04 2024 20:47:21

%S 1,6,36,252,2016,20160,262080,4717440,122653440,4783484160,

%T 287009049600,26978850662400,4019848748697600,956724002190028800,

%U 365468568836591001600,224763169834503465984000,222965064475827438256128000,357190033290275556086317056000

%N a(n) = (1/5)*Product_{k=0..n} F(k)+5, where F=A000045 (Fibonacci numbers).

%C Trivially, a(n+1)/a(n) is an integer for n>=0, so (a(n)) is a divisibility sequence.

%t q[n_] := Fibonacci[n]

%t p[n_] := Product[q[k] + 5, {k, 0, n}]

%t Table[(1/5)*Simplify[p[n]], {n, 0, 20}]

%Y Cf. A000045.

%K nonn

%O 0,2

%A _Clark Kimberling_, Aug 04 2024

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 14 16:47 EDT 2024. Contains 375929 sequences. (Running on oeis4.)