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!)
A344972 a(n) = floor(A344875(n) / A011772(n)). 5
1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 2, 2, 1, 2, 1, 3, 1, 6, 1, 1, 1, 1, 1, 3, 1, 7, 1, 2, 2, 4, 1, 1, 1, 2, 3, 2, 1, 1, 1, 3, 1, 2, 1, 2, 4, 1, 2, 3, 1, 3, 1, 2, 1, 1, 1, 5, 1, 7, 1, 3, 1, 1, 1, 3, 2, 2, 2, 6, 1, 1, 1, 3, 1, 1, 1, 2, 1, 4, 1, 2, 5, 6, 2, 2, 3, 2, 1, 3, 1, 7, 1, 1, 1, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = (A344875(n)-A344973(n)) / A011772(n) = floor(A344875(n) / A011772(n)).
a(n) = floor(A344971(n) / A344970(n)). - Antti Karttunen, Jun 20 2021
PROG
(PARI)
A011772(n) = { if(n==1, return(1)); my(f=factor(if(n%2, n, 2*n)), step=vecmax(vector(#f~, i, f[i, 1]^f[i, 2]))); forstep(m=step, 2*n, step, if(m*(m-1)/2%n==0, return(m-1)); if(m*(m+1)/2%n==0, return(m))); }; \\ From A011772
A344875(n) = { my(f=factor(n)~); prod(i=1, #f, (f[1, i]^(f[2, i]+(2==f[1, i]))-1)); };
A344972(n) = floor(A344875(n)/A011772(n));
CROSSREFS
Sequence in context: A137844 A263845 A079229 * A204988 A368332 A224765
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 04 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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)