|
Search: id:A089893
|
|
| |
|
| 0, 1, 4, 21, 64, 321, 1092, 5461, 16384, 81921, 278532, 1392661, 4210752, 21053761, 71582788, 357913941, 1073741824, 5368709121, 18253611012, 91268055061, 275951648832, 1379758244161, 4691178030148, 23455890150741
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
a(n) = (A038192(n) - 3)/12 = (A038183(n) - 1)/4, reflecting the fact that, if you look at each row of the Pascal triangle's parity as a binary number (cf. A001317), then the numbers in odd rows are thrice the numbers in even rows.
Conjecture: a(2^k) = 2^(2^(k+1)-2).
Conjectures: lim(n->inf, a(2n+1)/a(2n)) = 5, lim(n->inf, a(4n+2)/a(4n+1)) = 17/5, lim(n->inf, a(8n+4)/a(8n+3)) = 257/85 etc.
|
|
PROGRAM
|
(PARI) a(n)=(sum(k=0, 2*n+1, (binomial(2*n+1, k)%2)*2^k)-3)/12
|
|
CROSSREFS
|
Sequence in context: A033569 A135559 A131478 this_sequence A095668 A078800 A057333
Adjacent sequences: A089890 A089891 A089892 this_sequence A089894 A089895 A089896
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Ralf Stephan (ralf(AT)ark.in-berlin.de), Jan 10 2004
|
|
|
Search completed in 0.002 seconds
|