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!)
A329891 a(0) = 0, a(1) = 1, for n > 1, a(n) = 2^n - (sigma((2^n)-1) - sigma((2^(n-1))-1)). 4
0, 1, 1, 4, 0, 24, -8, 104, -48, 352, 80, 1424, -2480, 8736, 2048, 16384, -7008, 111456, -80384, 473600, -427008, 1630976, 750592, 5731232, -12709664, 36894720, 12300416, 68246368, -38345568, 459223232, -401666240, 2015330304, -862152384, 5535523520, 4631692288, 21015756800, -61319782400, 165674113600, 46426506688, 279934140416, -484569911296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(0) = 0; for n >= 1, a(n) = A323244(2^n) - A323244(2^(n-1)) = 2^n - A329890(n).
a(n) = A329644(2^n).
PROG
(PARI) A329891(n) = if(n<=1, n, (2^n - sigma((2^n)-1)) + sigma((2^(n-1))-1));
CROSSREFS
Row 1 of A329637.
Sequence in context: A295839 A243270 A242027 * A357810 A057402 A269214
KEYWORD
sign
AUTHOR
Antti Karttunen, Nov 23 2019
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)