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!)
A325963 Numbers n for which A034448(n)-n is equal to n-A048250(n). 4
1, 4, 24, 240, 349440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 536870912 (2^29).
a(6) > 10^12, if it exists. - Giovanni Resta, Jun 07 2019
LINKS
PROG
(PARI)
A034448(n) = { my(f=factorint(n)); prod(k=1, #f~, 1+(f[k, 1]^f[k, 2])); };
A048250(n) = factorback(apply(p -> p+1, factor(n)[, 1]));
isA325963(n) = ((A034448(n)-n) == (n-A048250(n)));
CROSSREFS
Positions of zeros in A325977.
Sequence in context: A061640 A126391 A006088 * A141013 A330469 A227467
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Jun 04 2019
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)