[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 A325813 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A325813 a(n) = gcd(A034448(n)-n, n-A048146(n)), where A034448 and A048146 are respectively the sum of unitary and non-unitary divisors of n.
(history; published version)
#9 by Susanna Cuyler at Tue May 28 19:35:12 EDT 2019
STATUS

proposed

approved

#8 by Antti Karttunen at Fri May 24 15:03:00 EDT 2019
STATUS

editing

proposed

#7 by Antti Karttunen at Thu May 23 10:15:13 EDT 2019
CROSSREFS

Cf. A034460, A323166, A325811, A325812, A325814.

#6 by Antti Karttunen at Thu May 23 10:14:42 EDT 2019
CROSSREFS

Cf. A034460, A323166, A325811, A325812, A325814.

#5 by Antti Karttunen at Thu May 23 07:04:43 EDT 2019
NAME

a(n) = gcd(A034448(n)-n, n-A048146(n)), where A034448 and A048146 are respectively the sum of unitary and non-unitary divisors of n))..

#4 by Antti Karttunen at Thu May 23 07:03:26 EDT 2019
NAME

a(n) = gcd(A034460A034448(n)-n, n), A325814-A048146(n)).

#3 by Antti Karttunen at Thu May 23 07:02:18 EDT 2019
LINKS

Antti Karttunen, <a href="/A325813/b325813.txt">Table of n, a(n) for n = 1..65537</a>

#2 by Antti Karttunen at Thu May 23 06:31:03 EDT 2019
NAME

allocated for Antti Karttunen

a(n) = gcd(A034460(n), A325814(n)).

DATA

1, 1, 1, 1, 1, 6, 1, 1, 1, 2, 1, 4, 1, 2, 3, 1, 1, 3, 1, 2, 1, 2, 1, 12, 1, 2, 1, 12, 1, 6, 1, 1, 3, 2, 1, 1, 1, 2, 1, 2, 1, 6, 1, 4, 3, 2, 1, 4, 1, 7, 3, 6, 1, 6, 1, 8, 1, 2, 1, 12, 1, 2, 1, 1, 1, 6, 1, 2, 3, 2, 1, 3, 1, 2, 1, 12, 1, 6, 1, 2, 1, 2, 1, 4, 1, 2, 3, 4, 1, 18, 7, 4, 1, 2, 5, 12, 1, 1, 21, 1, 1, 6, 1, 2, 3

OFFSET

1,6

FORMULA

a(n) = gcd(A034460(n), A325814(n)).

PROG

(PARI)

A034448(n) = { my(f=factorint(n)); prod(k=1, #f~, 1+(f[k, 1]^f[k, 2])); }; \\ After code in A034448

A034460(n) = (A034448(n) - n);

A048146(n) = (sigma(n)-A034448(n));

A325814(n) = (n-A048146(n));

A325813(n) = gcd(A034460(n), A325814(n));

CROSSREFS

Cf. A034460, A325811, A325812, A325814.

Cf. also A325385.

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, May 23 2019

STATUS

approved

editing

#1 by Antti Karttunen at Wed May 22 12:50:52 EDT 2019
NAME

allocated for Antti Karttunen

KEYWORD

allocated

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 August 31 11:09 EDT 2024. Contains 375560 sequences. (Running on oeis4.)