The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A349477 Numbers k such that the sequence of elements of the continued fraction of the harmonic mean of the divisors of k is palindromic. 3
1, 6, 8, 10, 15, 16, 21, 28, 30, 39, 48, 56, 57, 64, 93, 111, 129, 140, 183, 184, 192, 195, 200, 201, 210, 219, 220, 237, 270, 291, 309, 327, 345, 381, 417, 453, 471, 489, 496, 543, 545, 574, 579, 597, 600, 633, 645, 669, 672, 687, 723, 765, 792, 795, 798, 813 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All the harmonic numbers (A001599) are terms of this sequence.
LINKS
EXAMPLE
8 is a term since the sequence of elements of the continued fraction of the harmonic mean of the divisors of 8, 32/15 = 2 + 1/(7 + 1/2), is {2, 7, 2}, which is palindromic.
MATHEMATICA
q[n_] := PalindromeQ[ContinuedFraction[DivisorSigma[0, n] / DivisorSigma[-1, n]]]; Select[Range[1000], q]
CROSSREFS
A001599 and A349476 are subsequences.
Sequence in context: A073582 A363837 A048886 * A161545 A350295 A165583
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 19 2021
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 June 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)