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!)
A360704 Expansion of Sum_{k>=0} (x * (1 + 2^k * x))^k. 1
1, 1, 3, 9, 41, 257, 2209, 27009, 455553, 10831873, 360452609, 16786663425, 1102243190785, 101146710556673, 13109796072955905, 2379217548538511361, 609386444958743363585, 219178211386515281412097, 111098724276069341895720961, 79284929294467154275606200321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} 2^(k*(n-k)) * binomial(n-k,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, (x*(1+2^k*x))^k))
(PARI) a(n) = sum(k=0, n\2, 2^(k*(n-k))*binomial(n-k, k));
CROSSREFS
Cf. A000684.
Sequence in context: A074502 A109743 A139150 * A293955 A113271 A249045
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 17 2023
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 September 14 02:27 EDT 2024. Contains 375910 sequences. (Running on oeis4.)