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!)
A029746 Numbers of the form 2^k or 7*2^k. 3
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
FORMULA
G.f.: (1+2x+2x^2+3x^3)/(1-2x^2). - Michael Somos, Nov 05 2002
Sum_{n>=0} 1/a(n) = 16/7. - Amiram Eldar, Jan 17 2022
MATHEMATICA
Sort[Flatten[{#, 7#}&/@(2^Range[0, 21])]] (* or *) CoefficientList[Series[ (1+2x+2x^2+3x^3)/(1-2x^2), {x, 0, 50}], x] (* 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: A308267 A177805 A003591 * A018708 A018461 A018341
KEYWORD
nonn
AUTHOR
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 April 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)