login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132953 a(n) = the sum of the isolated totatives of n. 1
0, 1, 0, 4, 0, 6, 0, 16, 0, 20, 0, 24, 0, 42, 15, 64, 0, 54, 0, 80, 21, 110, 0, 96, 0, 156, 0, 168, 0, 120, 0, 256, 33, 272, 35, 216, 0, 342, 39, 320, 0, 252, 0, 440, 135, 506, 0, 384, 0, 500, 51, 624, 0, 486, 55, 672, 57, 812, 0, 480, 0, 930, 189, 1024, 65, 660, 0, 1088, 69 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,4

COMMENTS

An isolated totative, k, of n is a positive integer which is coprime to n, is <= n and is such that neither (k-1) nor (k+1) are coprime to n.

a(2n) = phi(2n)*n, where phi(n) = A000010(n).

LINKS

Table of n, a(n) for n=1..69.

FORMULA

a(n)=n/2*A132952(n). - Robert G. Wilson v, Sep 13 2007.

EXAMPLE

The positive integers which are <= 15 and are coprime to 15 are 1,2,4,7,8,11,13,14. Of these, 1 and 2 are adjacent, 7 and 8 are adjacent and 13 and 14 are adjacent. So the isolated totatives of 15 are 4 and 11. Therefore a(15) = 4 + 11 = 15.

MATHEMATICA

fQ[k_, n_] := GCD[k, n] == 1 && GCD[k - 1, n] > 1 && GCD[k + 1, n] > 1; f[n_] := Plus @@ Select[ Rest[ Range@n - 1], fQ[ #, n] &]; Array[f, 69] (* Robert G. Wilson v *)

CROSSREFS

Cf. A132952.

Sequence in context: A163407 A023891 A075091 * A195207 A157721 A085968

Adjacent sequences:  A132950 A132951 A132952 * A132954 A132955 A132956

KEYWORD

nonn

AUTHOR

Leroy Quet Sep 05 2007

EXTENSIONS

Edited and extended by Robert G. Wilson v, Sep 13 2007

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 20 01:41 EDT 2013. Contains 226416 sequences.