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!)
A353271 a(n) = n / gcd(n, A332449(n)), where A332449(n) = A005940(1+(3*A156552(n))). 8
1, 1, 1, 2, 1, 3, 1, 4, 3, 5, 1, 6, 1, 7, 5, 8, 1, 9, 1, 2, 7, 11, 1, 4, 5, 13, 9, 2, 1, 15, 1, 16, 11, 17, 7, 18, 1, 19, 13, 4, 1, 7, 1, 2, 15, 23, 1, 8, 7, 25, 17, 2, 1, 9, 11, 4, 19, 29, 1, 30, 1, 31, 3, 32, 13, 33, 1, 2, 23, 35, 1, 12, 1, 37, 25, 2, 11, 39, 1, 8, 27, 41, 1, 42, 17, 43, 29, 4, 1, 45, 13, 2, 31 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = n / A353270(n) = n / gcd(n, A005940(1+(3*A156552(n)))).
PROG
(PARI)
A005940(n) = { my(p=2, t=1); n--; until(!n\=2, if((n%2), (t*=p), p=nextprime(p+1))); (t); };
A156552(n) = { my(f = factor(n), p, p2 = 1, res = 0); for(i = 1, #f~, p = 1 << (primepi(f[i, 1]) - 1); res += (p * p2 * (2^(f[i, 2]) - 1)); p2 <<= f[i, 2]); res };
A332449(n) = A005940(1+(3*A156552(n)));
A353271(n) = (n / gcd(n, A332449(n)));
CROSSREFS
Sequence in context: A366649 A079880 A366291 * A326139 A325641 A325563
KEYWORD
nonn,less
AUTHOR
Antti Karttunen, Apr 09 2022
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 July 6 23:47 EDT 2024. Contains 374060 sequences. (Running on oeis4.)