[go: up one dir, main page]

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!)
A091015 Least integer x>0 such that x^2=ceiling(x*r*floor(x/r)) where r=sqrt(n). 0
1, 3, 2, 2, 9, 5, 8, 3, 3, 19, 10, 7, 649, 15, 4, 4, 33, 17, 170, 9, 55, 197, 24, 5, 5, 51, 26, 127, 9801, 11, 1520, 17, 23, 35, 6, 6, 73, 37, 25, 19, 2049, 13, 3482, 199, 161, 24335, 48, 7, 7, 99, 50, 649, 66249, 485, 89, 15, 151, 19603, 530, 31 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For r=sqrt(n), the solutions to x^2=ceiling(x*r*floor(x/r)) appear to be given by the Chebyshev polynomial T(k,x) k>0 evaluated at x=a(n). These solutions also seem to be given by a sequence (b(k))_(k>=0) satisfying the recurrence b(k)= 2*A002350(n)*b(k-1)-b(k-2).
LINKS
PROG
(PARI) a(n)=if(n<2, 1, x=1; while(abs(x^2-ceil(sqrt(n)*x*floor(x/ sqrt(n))))>0, x++); x)
CROSSREFS
Sequence in context: A176530 A011319 A177460 * A256097 A058147 A193344
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 14 2004
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 August 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)