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!)
A235137 a(n) = Sum_{k = 1..n} k^phi(n), where phi(n) = A000010(n). 14
1, 3, 14, 30, 979, 91, 184820, 8772, 978405, 25333, 40851766526, 60710, 36720042483591, 19092295, 5666482312, 9961449608, 76762718946972480009, 105409929, 164309788542828686799730, 70540730666, 15909231318568907, 67403375450475, 1433191209985108404653810959324, 351625763020, 15975648280734359596251725645 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) == -1 (mod n) if and only if n is prime or is a Giuga number A007850.
a(n) == 1 (mod n) if (and probably only if) n is a primary pseudoperfect number A054377.
LINKS
J. Sondow and E. Tsukerman, The p-adic order of power sums, the Erdos-Moser equation, and Bernoulli numbers, arXiv:1401.0322 [math.NT], 2014; see section 4.
Wikipedia, Giuga number
FORMULA
a(n) (mod n) = A235138(n).
EXAMPLE
a(4) = 30 since 1^(phi(4)) + 2^(phi(4)) + 3^(phi(4)) + 4^(phi(4))= 1^2 + 2^2 + 3^2 + 4^2 = 1 + 4 + 9 + 16 = 30.
a(5) = 979, since phi(5) = 4 and 1^4 + 2^4 + 3^4 + 4^4 + 5^4 = 1 + 16 + 81 + 256 + 625 = 979.
a(6) = 91, since phi(6) = 2 and 1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2 = 1 + 4 + 9 + 16 + 25 + 36 = 91.
MATHEMATICA
a[n_] := Sum[PowerMod[i, EulerPhi@n, n], {i, n}]
PROG
(PARI) a(n) = sum(k=1, n , k^eulerphi(n)); \\ Michel Marcus, Oct 21 2015
CROSSREFS
Sequence in context: A354041 A031049 A014696 * A197944 A071396 A032525
KEYWORD
nonn
AUTHOR
Jonathan Sondow and Emmanuel Tsukerman, Jan 03 2014
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)