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!)
A368892 a(n) = Sum_{k=0..floor(n/3)} n^(n-3*k) * binomial(n-2*k,k). 2
1, 1, 4, 28, 264, 3200, 47521, 835569, 16974208, 391147867, 10080150040, 287244283821, 8967781893889, 304393809948904, 11160668048222588, 439582708115133751, 18509867068477014112, 829768603643818659302, 39454459640462073466945 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] 1/(1 - n*x - x^3).
a(n) ~ n^n. - Vaclav Kotesovec, Jan 09 2024
MATHEMATICA
Join[{1}, Table[n^n * HypergeometricPFQ[{1/3 - n/3, 2/3 - n/3, -n/3}, {1/2 - n/2, -n/2}, -27/(4*n^3)], {n, 1, 20}]] (* Vaclav Kotesovec, Jan 09 2024 *)
PROG
(PARI) a(n) = sum(k=0, n\3, n^(n-3*k)*binomial(n-2*k, k));
CROSSREFS
Sequence in context: A196523 A260775 A292810 * A360727 A353013 A284756
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 June 28 17:36 EDT 2024. Contains 373800 sequences. (Running on oeis4.)