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!)
A317939 Numerators of sequence whose Dirichlet convolution with itself yields A080339 = A010051 (characteristic function of primes) + A063524 (1, 0, 0, 0, ...). 4

%I #7 Aug 23 2018 21:01:43

%S 1,1,1,-1,1,-1,1,1,-1,-1,1,3,1,-1,-1,-5,1,3,1,3,-1,-1,1,-5,-1,-1,1,3,

%T 1,3,1,7,-1,-1,-1,-15,1,-1,-1,-5,1,3,1,3,3,-1,1,35,-1,3,-1,3,1,-5,-1,

%U -5,-1,-1,1,-15,1,-1,3,-21,-1,3,1,3,-1,3,1,35,1,-1,3,3,-1,3,1,35,-5,-1,1,-15,-1,-1,-1,-5,1,-15,-1,3,-1,-1,-1,-63,1,3,3

%N Numerators of sequence whose Dirichlet convolution with itself yields A080339 = A010051 (characteristic function of primes) + A063524 (1, 0, 0, 0, ...).

%H Antti Karttunen, <a href="/A317939/b317939.txt">Table of n, a(n) for n = 1..65537</a>

%F a(n) = numerator of f(n), where f(1) = 1, f(n) = (1/2) * (A010051(n) - Sum_{d|n, d>1, d<n} f(d) * f(n/d)) for n > 1.

%o (PARI)

%o up_to = 65537;

%o DirSqrt(v) = {my(n=#v, u=vector(n)); u[1]=1; for(n=2, n, u[n]=(v[n]/v[1] - sumdiv(n, d, if(d>1&&d<n, u[d]*u[n/d], 0)))/2); u}; \\ From A317937.

%o v317939aux = DirSqrt(vector(up_to, n, if(1==n,1,isprime(n))));

%o A317939(n) = numerator(v317939aux[n]);

%Y Cf. A010051, A080339, A046644 (denominators).

%Y Cf. also A257098, A317830, A317936, A317937.

%K sign,frac

%O 1,12

%A _Antti Karttunen_, Aug 14 2018

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 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)