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!)
A346108 a(n) = A276085(A108951(A346096(n))), where A346096(n) gives the numerator of the primorial deflation of A276086(A108951(n)). 7
1, 3, 9, 6, 39, 18, 249, 9, 39, 78, 2559, 36, 32589, 498, 234, 18, 543099, 78, 10242789, 156, 1494, 5118, 233335659, 57, 996, 65178, 258, 996, 6703028889, 405, 207263519019, 42, 15354, 1086198, 6612, 156, 7628001653829, 20485578, 195534, 249, 311878265181039, 2559, 13394639596851069, 10236, 1245, 466671318, 628284422185342479 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A108951(n) + A346109(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)};
A319626(n) = (n / gcd(n, A064989(n)));
A002110(n) = prod(i=1, n, prime(i));
A276085(n) = { my(f = factor(n)); sum(k=1, #f~, f[k, 2]*A002110(primepi(f[k, 1])-1)); };
A346108(n) = A276085(A346106(n)); \\ Rest of program given in A324886.
CROSSREFS
Sequence in context: A275414 A223309 A179483 * A271879 A016676 A349892
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 08 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 11 05:23 EDT 2024. Contains 375059 sequences. (Running on oeis4.)