The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A282601 a(n) = Sum_(k=1..phi(n)/2) floor(d_k/2) where d_k are the totatives of n. 2
0, 0, 0, 0, 1, 0, 2, 1, 3, 1, 6, 2, 9, 3, 6, 6, 16, 5, 20, 8, 14, 10, 30, 10, 29, 15, 28, 18, 49, 14, 56, 28, 38, 28, 48, 24, 81, 36, 54, 36, 100, 30, 110, 50, 64, 55, 132, 44, 124, 57, 96, 72, 169, 56, 130, 78, 122, 91, 210, 56, 225, 105, 136, 120, 186, 80, 272, 128, 182, 102 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
COMMENTS
The totatives of n are the numbers k <= n with gcd(k,n) = 1.
LINKS
David Zmiaikou, Origamis and permutation groups, Thesis, 2011. See p. 65.
PROG
(PARI) a(n) = {vn = vector(n, k, k); vt = select(x->(gcd(x, n) == 1), vn); sum(k=1, #vt\2, vt[k]\2); }
CROSSREFS
Sequence in context: A082588 A006241 A336105 * A363273 A034869 A205858
KEYWORD
nonn
AUTHOR
Michel Marcus, Feb 19 2017
STATUS
approved

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 June 5 13:00 EDT 2024. Contains 373105 sequences. (Running on oeis4.)