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!)
A368889 a(n) = Sum_{k=0..floor(n/2)} n^(3*k) * binomial(n-k,k). 2
1, 1, 9, 55, 4289, 47376, 10358713, 162592977, 70065589761, 1419907258279, 1015035028009001, 25173466118539344, 26947505294538873409, 790057195504021692521, 1183327797361056503499225, 40027334070963910087734751, 79925496016112851520801796097 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] 1/(1 - x - n^3*x^2).
a(n) ~ n^(3*n/2) if n is even and a(n) ~ n^((3*n-1)/2)/2 if n is odd. - Vaclav Kotesovec, Jan 09 2024
MATHEMATICA
Table[Hypergeometric2F1[1/2 - n/2, -n/2, -n, -4*n^3], {n, 0, 20}] (* Vaclav Kotesovec, Jan 09 2024 *)
PROG
(PARI) a(n) = sum(k=0, n\2, n^(3*k)*binomial(n-k, k));
CROSSREFS
Sequence in context: A041148 A307844 A114026 * A245488 A242604 A212150
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jan 09 2024
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 16 21:48 EDT 2024. Contains 374358 sequences. (Running on oeis4.)