login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A374879 Obverse convolution (n)**(floor(3n/2)); see Comments. 1
0, 1, 12, 144, 2400, 44100, 1016064, 25401600, 752716800, 23851713600, 865728864000, 33243988377600, 1429216756531200, 64493406138470400, 3205589417533440000, 166232708366376960000, 9379957624086763929600, 549606892036333824000000, 34710813126114757632000000
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See A374848 for the definition of obverse convolution and a guide to related sequences.
If k>=0, then a(2k+1) is a square.
LINKS
FORMULA
a(n) ~ 3^(3*n) * n^(n+1) / (2^(3*n) * exp(n)). - Vaclav Kotesovec, Sep 13 2024
MATHEMATICA
s[n_] := n; t[n_] := Floor[3 n/2];
u[n_] := Product[s[k] + t[n - k], {k, 0, n}]
Table[u[n], {n, 0, 24}]
CROSSREFS
Sequence in context: A000468 A076728 A123237 * A374861 A143248 A138444
KEYWORD
nonn,new
AUTHOR
Clark Kimberling, Sep 13 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 18 12:25 EDT 2024. Contains 376000 sequences. (Running on oeis4.)