login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A164095 a(n) = 2*a(n-2) for n > 2; a(1) = 5, a(2) = 6. 5
5, 6, 10, 12, 20, 24, 40, 48, 80, 96, 160, 192, 320, 384, 640, 768, 1280, 1536, 2560, 3072, 5120, 6144, 10240, 12288, 20480, 24576, 40960, 49152, 81920, 98304, 163840, 196608, 327680, 393216, 655360, 786432, 1310720, 1572864, 2621440, 3145728 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Interleaving of A020714 and A007283 without initial term 3.

Partial sums are in A164096.

Binomial transform is A048655 without initial 1, second binomial transform is A161941 without initial 2, third binomial transform is A164037, fourth binomial transform is A161731 without initial 1, fifth binomial transform is A164038, sixth binomial transform is A164110.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

FORMULA

a(n) = A070876(n)/3.

a(n) = (4-(-1)^n)*2^(1/4*(2*n-1+(-1)^n)).

G.f.: x*(5+6*x)/(1-2*x^2).

PROG

(MAGMA) [ n le 2 select n+4 else 2*Self(n-2): n in [1..40] ];

CROSSREFS

Cf. A020714 (5*2^n), A007283 (3*2^n), A164096, A048655, A161941, A164037, A161731, A164038, A164110, A070876.

Sequence in context: A093614 A093509 A105953 * A102506 A062845 A166563

Adjacent sequences:  A164092 A164093 A164094 * A164096 A164097 A164098

KEYWORD

nonn

AUTHOR

Klaus Brockhaus, Aug 10 2009

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 20 01:11 EDT 2013. Contains 225445 sequences.