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!)
A100736 Inverse modulo 2 binomial transform of 3^n. 1

%I #11 Feb 01 2019 03:06:28

%S 1,2,8,16,80,160,640,1280,6560,13120,52480,104960,524800,1049600,

%T 4198400,8396800,43046720,86093440,344373760,688747520,3443737600,

%U 6887475200,27549900800,55099801600,282386483200,564772966400

%N Inverse modulo 2 binomial transform of 3^n.

%C 3^n may be retrieved as Sum_{k=0..n} (binomial(n,k) mod 2)*A100736(k).

%F a(n) = Sum_{k=0..n} (-1)^A010060(n-k)*(binomial(n, k) mod 2)*3^k.

%o (PARI) a(n)=abs(sum(k=0, n, (-1)^(hammingweight(k)%2)* lift(Mod(binomial(n, k), 2))*3^k)) \\ _Jianing Song_, Jan 27 2019

%Y Cf. A010060, A100735.

%K easy,nonn

%O 0,2

%A _Paul Barry_, Dec 06 2004

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)