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!)
A345044 a(n) is the least common multiple of numbers (p_i^e_i)-1, when n = Product (p_i^e_i), with p_i distinct primes with their exponents e_i. 4
1, 1, 2, 3, 4, 2, 6, 7, 8, 4, 10, 6, 12, 6, 4, 15, 16, 8, 18, 12, 6, 10, 22, 14, 24, 12, 26, 6, 28, 4, 30, 31, 10, 16, 12, 24, 36, 18, 12, 28, 40, 6, 42, 30, 8, 22, 46, 30, 48, 24, 16, 12, 52, 26, 20, 42, 18, 28, 58, 12, 60, 30, 24, 63, 12, 10, 66, 48, 22, 12, 70, 56, 72, 36, 24, 18, 30, 12, 78, 60, 80, 40, 82, 6, 16, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A047994(n) / A345045(n).
PROG
(PARI) A345044(n) = { my(f=factor(n)~); lcm(vector(#f, i, (f[1, i]^f[2, i])-1)); };
CROSSREFS
Cf. also A344878, A345046.
Sequence in context: A172054 A354985 A344005 * A047994 A193024 A340368
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 07 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 April 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)