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!)
A326048 a(n) = gcd(n-A050449(n), A082052(n)-n), where A050449 and A082052 give the sum of divisors of the form 4k+1, and not of that form, respectively. 17
1, 1, 2, 1, 1, 5, 6, 1, 1, 2, 10, 1, 1, 1, 3, 1, 1, 1, 18, 2, 1, 1, 22, 1, 1, 2, 1, 27, 1, 12, 30, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 4, 42, 1, 3, 5, 46, 1, 1, 1, 3, 2, 1, 4, 1, 1, 1, 2, 58, 6, 1, 1, 2, 1, 1, 4, 66, 10, 1, 4, 70, 1, 1, 2, 2, 3, 1, 4, 78, 2, 1, 2, 82, 2, 1, 5, 3, 1, 1, 6, 7, 1, 1, 1, 1, 5, 1, 1, 14, 1, 1, 12, 102, 2, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = gcd(A326049(n), A326050(n)) = gcd(n-A050449(n), A082052(n)-n).
a(2n-1) = A326047(2n-1) for all n.
PROG
(PARI)
A050449(n) = sumdiv(n, d, d*((d % 4) == 1)); \\ From A050449
A326049(n) = (n-A050449(n));
A082052(n) = sumdiv(n, d, if(1!=(d%4), d));
A326050(n) = (A082052(n)-n);
A326048(n) = gcd(A326049(n), A326050(n));
CROSSREFS
Sequence in context: A119687 A086856 A052916 * A156576 A293219 A266572
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 04 2019
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 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)