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!)
A355495 Expansion of Sum_{k>=0} (k^2 * x/(1 - x))^k. 3
1, 1, 17, 762, 67772, 10032208, 2226273192, 691431572992, 286268594755712, 152365547943819264, 101361042063083269520, 82409537565402784477984, 80397802305461995791664944, 92692687015689239272783171264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} k^(2*k) * binomial(n-1,k-1) for n > 0.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (k^2*x/(1-x))^k))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, k^(2*k)*binomial(n-1, k-1)));
CROSSREFS
Cf. A323280.
Sequence in context: A294757 A176233 A360647 * A368492 A012221 A012144
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 04 2022
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)