|
| |
| |
|
|
|
1, 2, 4, 7, 8, 14, 16, 28, 32, 56, 64, 112, 128, 224, 256, 448, 512, 896, 1024, 1792, 2048, 3584, 4096, 7168, 8192, 14336, 16384, 28672, 32768, 57344, 65536, 114688, 131072, 229376, 262144, 458752, 524288, 917504, 1048576, 1835008, 2097152
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,2
|
|
|
LINKS
|
Table of n, a(n) for n=0..40.
|
|
|
FORMULA
|
G.f.: (1+2x+2x^2+3x^3)/(1-2x^2). - Michael Somos, Nov 05 2002
|
|
|
MATHEMATICA
|
Sort[Flatten[{#, 7#}&/@(2^Range[0, 21])]] (* or *) CoefficientList[Series[ (1+2x+2x^2+3x^3)/(1-2x^2), {x, 0, 50}], x] (* From Harvey P. Dale, Apr 23 2011 *)
|
|
|
PROG
|
(PARI) a(n)=if(n<0, 0, if(n<2, 2^n, if(n%2, 7/2, 2)*2^(n\2)))
|
|
|
CROSSREFS
|
Sequence in context: A225318 A177805 A003591 * A018708 A018461 A018341
Adjacent sequences: A029743 A029744 A029745 * A029747 A029748 A029749
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|