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!)
A373627 Expansion of 1 / ( (1 - 8*x^4) * (1 - x/(1 - 8*x^4)^(1/4)) ). 1

%I #10 Jun 11 2024 15:49:34

%S 1,1,1,1,9,11,13,15,81,109,141,177,729,1041,1429,1901,6561,9759,13981,

%T 19419,59049,90483,133893,192327,531441,832911,1264173,1865539,

%U 4782969,7628799,11816853,17828163,43046721,69620541,109646397,168500385,387420489,633634769

%N Expansion of 1 / ( (1 - 8*x^4) * (1 - x/(1 - 8*x^4)^(1/4)) ).

%F a(4*n) = 9^n for n >= 0.

%F a(n) = Sum_{k=0..floor(n/4)} 8^k * binomial(n/4,k).

%F a(n) == 1 (mod 2).

%o (PARI) a(n) = sum(k=0, n\4, 8^k*binomial(n/4, k));

%Y Cf. A373509, A373583.

%K nonn

%O 0,5

%A _Seiichi Manyama_, Jun 11 2024

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 August 8 21:17 EDT 2024. Contains 375023 sequences. (Running on oeis4.)