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!)
A333263 Numbers k such that the sum of iterations of the alternating sum of divisors function A071324 starting from k is equal to 2*k. 0
5, 447, 700, 3122, 20649, 25816, 70221, 205701, 408624, 2574176, 3827656, 4753563, 12129928, 118200807 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
5 is a term since the iterations of A071324 with a starting value of 5 give A071324(5) = 4, A071324(4) = 3, A071324(3) = 2, and A071324(2) = 1, whose sum is 4 + 3 + 2 + 1 = 10 = 2 * 5.
MATHEMATICA
f[n_] := Plus @@ (-(d = Divisors[n])*(-1)^(Range[Length[d], 1, -1])); seqQ[n_]:=Plus @@ FixedPointList[f, n] == 3n + 1; Select[Range[10000], seqQ]
CROSSREFS
Sequence in context: A054332 A145247 A317345 * A212042 A177026 A300544
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Mar 13 2020
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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)