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!)
A168393 Moebius function of interprimes (A024675). 0

%I #2 Mar 31 2012 10:24:25

%S 0,1,0,0,1,0,1,1,-1,1,1,-1,0,0,0,0,0,1,0,0,0,1,1,0,-1,-1,0,1,0,1,1,-1,

%T 0,0,-1,0,-1,-1,0,0,-1,0,-1,0,1,1,0,0,-1,0,0,-1,1,0,-1,0,1,0,-1,0,0,1,

%U 0,0,0,1,0,0,0,0,0,-1,0,1,1,1,-1,0,0,0,-1,0,0,0,1,1,0,1,-1,1,-1,1,0,1,-1,1

%N Moebius function of interprimes (A024675).

%p ts_fip:=proc(n) local i,an: an:=[ ]: for i from 2 to n do an:=[ op(an), numtheory[mobius]((ithprime(i)+ithprime(i+1))/2) ]: od: RETURN(an) end: ts_fip(500);

%Y Cf. A008683.

%K sign

%O 1,1

%A _Jani Melik_, Nov 24 2009

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 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)