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!)
A155559 a(n) = 2*A131577(n). 9
0, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432, 67108864, 134217728, 268435456, 536870912, 1073741824, 2147483648, 4294967296, 8589934592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Essentially the same as A131577, A046055, A011782, A000079 and A034008.
LINKS
FORMULA
a(n) = A000079(n), n>0.
a(n) = (-1)^(n+1)*A084633(n+1).
a(n) + A155543(n) = 2^n+4^n = A063376(n) = 2*A007582(n) =2*A137173(2n+1).
Conjecture: a(n) = A090129(n+3)-A090129(n+2).
G.f.: 2*x/(1-2*x). - R. J. Mathar, Jul 23 2009
MATHEMATICA
CoefficientList[ Series[ 2x/(1 - 2x), {x, 0, 32}], x] (* Robert G. Wilson v, Aug 08 2018 *)
PROG
(PARI) a(n)=if(n, 2^n, 0) \\ Charles R Greathouse IV, Aug 01 2016
CROSSREFS
Sequence in context: A011782 A120617 A131577 * A166444 A171449 A122803
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Jan 24 2009
EXTENSIONS
Edited by R. J. Mathar, Jul 23 2009
Extended by Omar E. Pol, Nov 19 2012
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)