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!)
A317980 a(n) = Product_{i=1..n} floor(5*i/2). 3
2, 10, 70, 700, 8400, 126000, 2142000, 42840000, 942480000, 23562000000, 636174000000, 19085220000000, 610727040000000, 21375446400000000, 790891516800000000, 31635660672000000000, 1328697748224000000000, 59791398670080000000000, 2810195737493760000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If p > 2 and p is odd, then Product_{i=1..n} floor(p*i/2) ~ (p/2)^n * n! * 2^(1/(2*p)) * sqrt(Pi) / (Gamma(1/2 - 1/(2*p)) * n^(1/(2*p))).
LINKS
FORMULA
a(n) ~ (5/2)^n * n! * 2^(1/10) * sqrt(Pi) / (Gamma(2/5) * n^(1/10)).
Recurrence: 4*a(n) - 10*a(n-1) - 5*(n - 1)*(5*n - 6)*a(n-2) = 0, with n >= 3. - Bruno Berselli, Oct 03 2018
MATHEMATICA
Table[Product[Floor[i*5/2], {i, 1, n}], {n, 1, 20}]
RecurrenceTable[{4 a[n] - 10 a[n - 1] - 5 (n - 1) (5 n - 6) a[n - 2] == 0, a[1] == 2, a[2] == 10}, a, {n, 1, 20}] (* Bruno Berselli, Oct 03 2018 *)
FoldList[Times, Floor[5*Range[20]/2]] (* Harvey P. Dale, Sep 17 2020 *)
CROSSREFS
Sequence in context: A362474 A320957 A341477 * A118748 A118752 A362821
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 02 2018
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)