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!)
A336090 Number of k's, 1 <= k <= n, such that the continued fraction for n^2/k^2 has twice as many elements as the continued fraction for n/k. 1
0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 3, 1, 0, 3, 3, 2, 2, 3, 2, 3, 5, 2, 3, 3, 3, 3, 3, 1, 3, 6, 3, 8, 2, 5, 3, 6, 5, 5, 6, 6, 2, 6, 5, 6, 7, 6, 4, 3, 7, 9, 8, 7, 5, 8, 6, 7, 6, 5, 5, 7, 9, 10, 6, 5, 8, 14, 13, 3, 10, 10, 11, 6, 4, 13, 8, 7, 8, 13, 8, 9, 9, 9, 9, 12, 13, 8, 11, 10, 8, 14, 11, 13, 12, 13, 12, 8, 14, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,13
COMMENTS
Conjecture: a(n) >= 1 for n >= 15.
LINKS
FORMULA
Conjecture: a(n) << n/log(n) (see links for the graph of a(n)/n*log(n)).
Does the limit of a(n)*log(n)/n as n tends to infinity exist?
MATHEMATICA
c[x_] := Length @ ContinuedFraction[x] ; a[n_] := Count[Range[n], _?(c[(n/#)^2] == 2 * c[n/#] &)]; Array[a, 100] (* Amiram Eldar, Oct 04 2020 *)
PROG
(PARI) L(n, q)=length(contfrac(n/q))); a(n)=sum(k=1, n, if(L(n, k)*2-L(n^2, k^2), 0, 1))
CROSSREFS
Cf. A336344.
Sequence in context: A036870 A036874 A256759 * A255123 A244483 A292727
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 04 2020
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 March 28 12:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)