login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Moebius transform of Jacobsthal numbers.
1

%I #6 Feb 06 2020 14:50:05

%S 0,1,0,2,4,10,18,42,80,168,330,682,1340,2730,5418,10910,21760,43690,

%T 87192,174762,349180,699006,1397418,2796202,5590960,11184800,22366890,

%U 44739072,89473020,178956970,357902670,715827882,1431633920,2863310846

%N Moebius transform of Jacobsthal numbers.

%F a(n) = Sum_{d|n} mu(n/d)*A001045(d).

%F a(n+3) = 3*A027375(n+3) (since the Moebius transform of (-1)^n is (-1, -1, 2, 0, 0, 0, ...)).

%F G.f.: Sum_{k>=1} mu(k) * x^k / (1 - x^k - 2*x^(2*k)). - _Ilya Gutkovskiy_, Feb 06 2020

%Y Cf. A001045, A309729.

%K nonn

%O 0,4

%A _Paul Barry_, Mar 20 2005