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!)
A307043 Numbers n such that A307042(n) = Sum_{k=1..n} esigma(k) is divisible by n, where esigma(k) is sum of exponential divisors of k (A051377). 4
1, 3, 4, 8, 13, 78, 94, 481, 511, 4819, 13557, 23083, 84245, 204744, 562243, 591105, 614339, 617675, 656263, 1545716, 6370802, 34882737, 534034248, 601990019, 1153304776, 2064184733, 3570196547, 10572032882 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The exponential version of A056550.
The corresponding quotients are 1, 2, 3, 5, 8, 45, ... (see the link for more values).
LINKS
EXAMPLE
3 is in the sequence since esigma(1) + esigma(2) + esigma(3) = 1 + 2 + 3 = 6 is divisible by 3.
MATHEMATICA
esigma[n_] := Times @@ (Sum[ First[#]^d, {d, Divisors[Last[#]]}] & ) /@ FactorInteger[n]; seq={}; s = 0; Do[s = s + esigma [n]; If[Divisible[s, n], AppendTo[seq, n]], {n, 1, 10^6}]; seq (* after Jean-François Alcover at A051377 *)
CROSSREFS
Sequence in context: A091231 A250473 A049893 * A218381 A103002 A310012
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Mar 21 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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)