|
Search: id:A164073
|
|
|
| A164073 |
|
a(n) = 2*a(n-2) for n > 2; a(1) = 1, a(2) = 3. |
|
+0 2
|
|
| 1, 3, 2, 6, 4, 12, 8, 24, 16, 48, 32, 96, 64, 192, 128, 384, 256, 768, 512, 1536, 1024, 3072, 2048, 6144, 4096, 12288, 8192, 24576, 16384, 49152, 32768, 98304, 65536, 196608, 131072, 393216, 262144, 786432, 524288, 1572864, 1048576, 3145728
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Interleaving of A000079 and A007283.
Apparently equal to A074323 without initial 1. Also 1 followed by A162255.
Binomial transform is A048654. Second binomial transform is A111567. Third binomial transform is A081179 without initial 0. Fourth binomial transform is A164072. Fifth binomial transform is A164031.
|
|
FORMULA
|
a(n) = (5+(-1)^n)*2^(1/4*(2*n-1+(-1)^n))/4.
G.f.: x*(1+3*x)/(1-2*x^2).
a(n)=A072946(n-2), n>2. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 17 2009]
|
|
PROGRAM
|
(MAGMA) [ n le 2 select 2*n-1 else 2*Self(n-2): n in [1..42] ];
|
|
CROSSREFS
|
Cf. A000079 (powers of 2), A007283 (3*2^n), A074323, A162255, A048654, A111567, A081179, A164072, A164031.
Sequence in context: A116626 A162255 A074323 this_sequence A090571 A088452 A049777
Adjacent sequences: A164070 A164071 A164072 this_sequence A164074 A164075 A164076
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 09 2009
|
|
|
Search completed in 0.002 seconds
|