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!)
A369029 Exponential of Mangoldt function permuted by A253565. 5
1, 2, 3, 2, 5, 3, 1, 2, 7, 5, 1, 3, 1, 1, 1, 2, 11, 7, 1, 5, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 2, 13, 11, 1, 7, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 17, 13, 1, 11, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Also LCM-transform of A253565 (when viewed as an offset-1 sequence), because A253565 has the S-property explained in the comments of A368900.
LINKS
FORMULA
a(n) = A014963(A253565(n)).
a(0) = 1, and for n > 0, a(n) = lcm {1..A253565(n)} / lcm {1..A253565(n-1)}. [LCM-transform, see comments]
PROG
(PARI)
A014963(n) = { ispower(n, , &n); if(isprime(n), n, 1); };
A061395(n) = if(1==n, 0, primepi(vecmax(factor(n)[, 1])));
A253550(n) = if(1==n, 1, (n/prime(A061395(n)))*prime(1+A061395(n)));
A253560(n) = if(1==n, 1, (n*prime(A061395(n))));
A253565(n) = if(n<2, (1+n), if(!(n%2), A253550(A253565(n/2)), A253560(A253565((n-1)/2))));
CROSSREFS
Sequence in context: A103309 A248207 A174621 * A007967 A054494 A306252
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 12 2024
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 27 13:23 EDT 2024. Contains 374647 sequences. (Running on oeis4.)