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!)
A230544 Solutions of the equation n'' = tau(n) * n', where n' and n'' are the first and the second arithmetic derivative of n. 0
1, 1255, 4063, 5359, 6583, 8615, 11623, 12047, 14359, 14863, 15943, 27644, 32471, 49271, 52607, 81599, 98471, 101687, 117647, 164327, 173447, 176471, 203327, 209207, 235271, 246647, 277271, 301607, 343271, 355871, 358367, 360623, 378047, 392471, 401927, 406607 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
For n = 6583 we have tau(n) = 4, n’ = 256, n’’= 1024 and 1024 = 4 * 256.
MAPLE
with(numtheory); P:= proc(q) local a1, a2, n, p;
for n from 1 to q do a1:=n*add(op(2, p)/op(1, p), p=ifactors(n)[2]); ;
a2:=a1*add(op(2, p)/op(1, p), p=ifactors(a1)[2]);
if a2=tau(n)*a1 then print(n); fi; od; end: P(10^6);
CROSSREFS
Sequence in context: A023068 A062693 A067203 * A280928 A080718 A219993
KEYWORD
nonn
AUTHOR
Paolo P. Lava, Oct 25 2013
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 15:18 EDT 2024. Contains 375056 sequences. (Running on oeis4.)