cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A346476 a(n) = 2*n - A250469(n).

This page as a plain text file.
%I A346476 #20 Oct 18 2021 14:08:48
%S A346476 1,1,1,-1,3,-3,3,-5,-7,-7,9,-9,9,-11,-5,-13,15,-15,15,-17,-13,-19,17,
%T A346476 -21,1,-23,-11,-25,27,-27,25,-29,-19,-31,-7,-33,33,-35,-17,-37,39,-39,
%U A346476 39,-41,-25,-43,41,-45,-23,-47,-23,-49,47,-51,19,-53,-31,-55,57,-57,55,-59,-29,-61,11,-63,63,-65,-37
%N A346476 a(n) = 2*n - A250469(n).
%H A346476 Antti Karttunen, <a href="/A346476/b346476.txt">Table of n, a(n) for n = 1..10000</a>
%H A346476 <a href="/index/Si#sieve">Index entries for sequences generated by sieves</a>
%F A346476 a(n) = A280692(n) - A252748(n).
%F A346476 a(n) = A033879(n) - A346473(n).
%F A346476 a(n) = A346478(n) - A346477(n).
%F A346476 a(n) = n - A347378(n).
%F A346476 a(A000040(n)) = -A252748(A000040(n)) = -A346477(A000040(n)) = A062234(n).
%o A346476 (PARI) A346476(n) = (n+n-A250469(n));
%Y A346476 Cf. A000040, A033879, A062234, A250469, A252748, A280692, A346473, A346477 (Dirichlet inverse), A346478, A347378.
%K A346476 sign,look
%O A346476 1,5
%A A346476 _Antti Karttunen_, Jul 29 2021