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!)
A368893 a(n) = Sum_{k=0..floor(n/3)} n^(n-2*k) * binomial(n-2*k,k). 2
1, 1, 4, 30, 288, 3500, 51876, 908607, 18374656, 421492491, 10815040000, 306944040931, 9547373318400, 322972830958648, 11805432990665664, 463673398064821875, 19474259980847153152, 870954834559130974358, 41323803842611198131264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] 1/(1 - n*x - n*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^2)], {n, 1, 20}]] (* Vaclav Kotesovec, Jan 09 2024 *)
PROG
(PARI) a(n) = sum(k=0, n\3, n^(n-2*k)*binomial(n-2*k, k));
CROSSREFS
Sequence in context: A172392 A127130 A052631 * A301334 A167139 A347994
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.)