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!)
A349475 a(n) is the least number k such that A349474(k) = n, or -1 if no such k exists. 0
1, 2, 5, 4, 21, 25, 16, 36, 106, 712, 1588, 3775, 900, 4356, 18496, 14400, 45700, 87003, 135445, 229543, 554216, 937019, 1764724, 3431952, 3431088, 10217808, 21357233, 36972202, 42436276, 79056144, 235027304, 261540000, 530582544, 705929608, 1371526825, 1127941321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(3) = 5 since 5 is the least number k such that A349474(k) = 3.
MATHEMATICA
cflen[n_] := Length @ ContinuedFraction[DivisorSigma[0, n] / DivisorSigma[-1, n]]; seq[len_, nmax_] := Module[{s = Table[0, {len}], c = 0, n = 1, i}, While[c < len && n < nmax, i = cflen[n]; If[i <= len && s[[i]] == 0, c++; s[[i]] = n]; n++]; TakeWhile[s, # > 0 &]]; seq[20, 10^7]
CROSSREFS
Sequence in context: A019152 A013621 A107732 * A111364 A128202 A319770
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)