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!)
A319948 a(n) = Product_{i=1..n} floor(3*i/2). 3
1, 3, 12, 72, 504, 4536, 45360, 544320, 7076160, 106142400, 1698278400, 30569011200, 580811212800, 12197035468800, 268334780313600, 6440034727526400, 161000868188160000, 4347023441080320000, 121716656350248960000, 3651499690507468800000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ (3/2)^n * n! * 2^(1/6) * sqrt(Pi) / (Gamma(1/3) * n^(1/6)).
Recurrence: 4*a(n) - 6*a(n-1) - 3*(n - 1)*(3*n - 4)*a(n-2) = 0, with n >= 3. - Bruno Berselli, Oct 03 2018
MATHEMATICA
Table[Product[Floor[i*3/2], {i, 1, n}], {n, 1, 20}]
RecurrenceTable[{4 a[n] - 6 a[n - 1] - 3 (n - 1) (3 n - 4) a[n - 2] == 0, a[1] == 1, a[2] == 3}, a, {n, 1, 20}] (* Bruno Berselli, Oct 03 2018 *)
CROSSREFS
Sequence in context: A228386 A175836 A293138 * A020530 A337061 A147998
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 July 3 13:19 EDT 2024. Contains 373982 sequences. (Running on oeis4.)