login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A348962
Exponential harmonic numbers of type 1 (A348961) that are not squarefree.
3
36, 180, 252, 396, 468, 612, 675, 684, 828, 1044, 1116, 1260, 1332, 1350, 1476, 1548, 1692, 1800, 1908, 1936, 1980, 2124, 2196, 2340, 2412, 2556, 2628, 2700, 2772, 2844, 2988, 3060, 3204, 3276, 3420, 3492, 3636, 3708, 3852, 3924, 4068, 4140, 4284, 4572, 4716
OFFSET
1,1
COMMENTS
Sándor (2006) proved that all the squarefree numbers are exponential harmonic numbers of type 1.
LINKS
József Sándor, On exponentially harmonic numbers, Scientia Magna, Vol. 2, No. 3 (2006), pp. 44-47.
EXAMPLE
36 = 2^2 * 3^2 is a term since it is not squarefree, A051377(36) = 72, 36 * A049419(36) = 36 * 4 = 144, so A051377(36) | 36 * A049419(36).
MATHEMATICA
f[p_, e_] := p^e * DivisorSigma[0, e] / DivisorSum[e, p^# &]; ehQ[1] = True; ehQ[n_] := IntegerQ[Times @@ f @@@ FactorInteger[n]]; Select[Range[5000], ! SquareFreeQ[#] && ehQ[#] &]
CROSSREFS
Intersection of A013929 and A348961.
Sequence in context: A211762 A219858 A307958 * A127657 A318100 A335218
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 05 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 03:54 EDT 2024. Contains 376090 sequences. (Running on oeis4.)