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!)
A152560 a(n) = A131205(A005578(n)). 0
1, 1, 3, 7, 37, 225, 2707, 47991, 1566965, 85002865, 8346008131, 1441358958439, 452666387604933, 257384373709193473, 268828878795481175283, 516988085848458847554135, 1844678455777198460320221077 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Related to binary partitions (A000123); A131205 is defined by a(n) = a(n-1) + a(floor(n/2)) + a(ceiling(n/2)) and A005578(n) = (2^(n+1)+3+(-1)^n)/6.
LINKS
PROG
(PARI) {a(n)=local(N=(2^(n+1)+3+(-1)^n)/6, X=x+O(x^N)); polcoeff(1/((1-X)^2*prod(m=0, n-1, 1-X^(2^m))), N-1)}
CROSSREFS
Sequence in context: A208809 A086031 A174734 * A162926 A042895 A173561
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 22 2008
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 31 23:10 EDT 2024. Contains 374809 sequences. (Running on oeis4.)