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!)
A346481 a(n) = A346467(n) / A346466(n) = lcm S / lcm {d in S, d+1 | n}, with S = {d | n-1, d+1 is prime}. 2
1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 8, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 8, 1, 5, 1, 1, 1, 18, 1, 14, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 40, 1, 1, 1, 21, 1, 1, 1, 1, 1, 15, 1, 46, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
LINKS
FORMULA
a(n) = A346467(n) / A346466(n).
PROG
(PARI) A346481(n) = if(1==n, n, my(m1=1, m2=1); fordiv(n-1, d, if(isprime(1+d), m1 = lcm(m1, d); if(!(n%(1+d)), m2 = lcm(m2, d)))); (m1/m2));
CROSSREFS
Sequence in context: A329314 A092931 A147300 * A240228 A110503 A030556
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 31 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 July 24 03:05 EDT 2024. Contains 374575 sequences. (Running on oeis4.)