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!)
A342663 Numerator of ratio A342661(n)/A342662(n): a(n) = A342661(n) / gcd(A342661(n), A342662(n)). 5
1, 2, 9, 4, 10, 3, 21, 8, 63, 20, 22, 9, 78, 7, 5, 16, 119, 21, 171, 40, 189, 44, 115, 3, 325, 52, 81, 3, 116, 5, 465, 32, 33, 238, 7, 9, 592, 57, 351, 16, 779, 63, 903, 88, 35, 115, 517, 18, 1519, 650, 119, 312, 424, 27, 220, 14, 1539, 232, 531, 5, 1830, 155, 1323, 64, 260, 11, 2077, 68, 345, 7, 1207, 42, 2628, 1184 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Let r(row,col) = A341605(row,col)/A341606(row,col) and d(n) = A342661(n)/A342661(n) = A342663(n)/A342664(n). Then for row > 1, r(row-1,col) = d(A246278(row,col)) * r(row,col).
LINKS
FORMULA
a(n) = A342661(n) / A342670(n) = A342661(n) / gcd(A342661(n), A342662(n)).
PROG
(PARI)
A064989(n) = { my(f); f = factor(n); if((n>1 && f[1, 1]==2), f[1, 2] = 0); for (i=1, #f~, f[i, 1] = precprime(f[i, 1]-1)); factorback(f) };
A326041(n) = sigma(A064989(n));
A342661(n) = (n*A326041(n));
A342662(n) = (sigma(n)*A064989(n));
A342663(n) = { my(u=A342661(n)); (u/gcd(u, A342662(n))); };
\\ Alternatively as:
A342663(n) = numerator(A342661(n)/A342662(n));
CROSSREFS
Sequence in context: A371852 A021343 A200703 * A332575 A080803 A370500
KEYWORD
nonn,frac
AUTHOR
Antti Karttunen, Mar 23 2021
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 8 01:04 EDT 2024. Contains 375018 sequences. (Running on oeis4.)