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!)
A256019 a(n) = Sum_{i=1..n-1} (i^3 * a(i)), a(1)=1. 2
1, 1, 9, 252, 16380, 2063880, 447861960, 154064514240, 79035095805120, 57695619937737600, 57753315557675337600, 76927416322823549683200, 133007502822161917402252800, 292350491203111894450151654400, 802502098352542150265666291328000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) = A158621(n-1) for n > 2. - Georg Fischer, Oct 23 2018
LINKS
FORMULA
Product_{i=2..n-1} (i^3 + 1), for n>2.
a(n) ~ cosh(sqrt(3)*Pi/2) / (2*Pi) * ((n-1)!)^3.
a(n) = A255433(n-1)/2.
MATHEMATICA
Clear[a]; a[1]=1; a[n_]:= a[n] = Sum[i^3*a[i], {i, 1, n-1}]; Table[a[n], {n, 1, 20}]
Flatten[{1, Table[FullSimplify[Cosh[Sqrt[3]*Pi/2] * Gamma[n+1] * Gamma[n-1/2 - I*Sqrt[3]/2] * Gamma[n-1/2 + I*Sqrt[3]/2] / (2*Pi)], {n, 2, 20}]}]
CROSSREFS
Sequence in context: A194790 A370357 A158621 * A135484 A345160 A178186
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 13 2015
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 March 28 07:33 EDT 2024. Contains 371235 sequences. (Running on oeis4.)