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!)
A349688 Numbers k such that the sequence of elements of the continued fraction of the abundancy index of k is palindromic. 2
1, 6, 24, 28, 30, 42, 54, 66, 70, 78, 84, 90, 96, 102, 114, 120, 138, 140, 174, 186, 220, 222, 246, 258, 264, 270, 282, 308, 318, 330, 342, 348, 354, 364, 366, 402, 426, 438, 474, 476, 496, 498, 532, 534, 582, 606, 618, 642, 644, 654, 660, 672, 678, 744, 760, 762 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All the multiply-perfect numbers (A007691) are terms of this sequence, since the continued fraction of their abundancy index contains a single element.
LINKS
EXAMPLE
24 is a term since the sequence of elements of the abundancy index of 24, sigma(24)/24 = 5/2 = 2 + 1/2, is {2, 2}, which is palindromic.
42 is a term since the sequence of elements of the abundancy index of 42, sigma(42)/42 = 16/7 = 2 + 1/(3 + 1/2), is {2, 3, 2}, which is palindromic.
MATHEMATICA
q[n_] := PalindromeQ[ContinuedFraction[DivisorSigma[1, n]/n]]; Select[Range[1000], q]
PROG
(PARI) isok(k) = my(v=contfrac(sigma(k)/k)); v == Vecrev(v); \\ Michel Marcus, Nov 25 2021
CROSSREFS
Cf. A349685.
A007691 and A349686 are subsequences.
Similar sequence: A349477.
Sequence in context: A231324 A274557 A072710 * A273124 A349686 A069235
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 25 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 September 9 14:16 EDT 2024. Contains 375764 sequences. (Running on oeis4.)