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!)
A368696 Numbers whose arithmetic derivative (A003415) is a squarefree number of the form 4k+2. 2
9, 21, 25, 33, 49, 57, 69, 85, 93, 121, 129, 133, 145, 161, 169, 177, 185, 201, 205, 209, 213, 217, 221, 237, 249, 253, 265, 289, 305, 309, 315, 321, 341, 361, 365, 377, 381, 393, 413, 417, 437, 445, 453, 469, 485, 489, 493, 495, 497, 501, 505, 517, 529, 537, 545, 553, 565, 573, 597, 633, 649, 669, 681, 685, 689 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
isA368696(n) = { my(d=A003415(n)); ((2==(d%4))&&issquarefree(d)); };
CROSSREFS
Intersection of A327862 and A328393.
Cf. A003415, A005117, A368697 (subsequence).
Sequence in context: A359161 A327862 A108181 * A369661 A340482 A324722
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 09 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 August 10 13:41 EDT 2024. Contains 375056 sequences. (Running on oeis4.)