[go: up one dir, main page]

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!)
Revision History for A063514 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A063514 a(n) = sigma(n) mod phi(n).
(history; published version)
#25 by Joerg Arndt at Mon Feb 19 10:33:32 EST 2024
STATUS

editing

approved

#24 by Paolo P. Lava at Mon Feb 19 09:36:09 EST 2024
MAPLE

with(numtheory);

A063514:=proc(q)

local n; for n from 1 to q do print(sigma(n) mod phi(n)); od; end:

A063514(1000000); # Paolo P. Lava, Jan 31 2013

STATUS

approved

editing

#23 by Charles R Greathouse IV at Thu Sep 08 08:45:04 EDT 2022
PROG

(MAGMAMagma) [SumOfDivisors(n) mod EulerPhi(n): n in [1..85]]; // Bruno Berselli, Jan 31 2013

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#22 by Bruno Berselli at Tue Apr 07 03:33:51 EDT 2020
STATUS

proposed

approved

#21 by Michel Marcus at Tue Apr 07 02:11:18 EDT 2020
STATUS

editing

proposed

#20 by Michel Marcus at Tue Apr 07 02:11:11 EDT 2020
FORMULA

a(p^2) = 2*p+1, for prime p>=5. - Michel Marcus, Apr 07 2020

STATUS

approved

editing

#19 by Joerg Arndt at Sun Mar 22 07:59:52 EDT 2020
STATUS

reviewed

approved

#18 by Hugo Pfoertner at Sun Mar 22 07:55:56 EDT 2020
STATUS

proposed

reviewed

#17 by Michel Marcus at Sun Mar 22 07:48:44 EDT 2020
STATUS

editing

proposed

#16 by Michel Marcus at Sun Mar 22 07:48:38 EDT 2020
COMMENTS

If a(n)=0, then n is a balanced number (A020492).

EXAMPLE

If a(n)=0, then n is a balanced number (A020492).

STATUS

approved

editing

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 August 29 21:13 EDT 2024. Contains 375518 sequences. (Running on oeis4.)