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
1, 1, 1, 1, 9, 11, 13, 15, 81, 109, 141, 177, 729, 1041, 1429, 1901, 6561, 9759, 13981, 19419, 59049, 90483, 133893, 192327, 531441, 832911, 1264173, 1865539, 4782969, 7628799, 11816853, 17828163, 43046721, 69620541, 109646397, 168500385, 387420489, 633634769 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(4*n) = 9^n for n >= 0.
a(n) = Sum_{k=0..floor(n/4)} 8^k * binomial(n/4,k).
a(n) == 1 (mod 2).
PROG
(PARI) a(n) = sum(k=0, n\4, 8^k*binomial(n/4, k));
CROSSREFS
Sequence in context: A251394 A155877 A214865 * A225557 A120177 A291350
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 11 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 August 8 18:48 EDT 2024. Contains 375023 sequences. (Running on oeis4.)