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!)
A324178 Integers k such that floor(sqrt(k)) + floor(sqrt(k/5)) divides k. 2
1, 2, 3, 4, 6, 12, 24, 28, 35, 40, 45, 50, 60, 66, 77, 91, 112, 128, 153, 190, 200, 220, 231, 276, 312, 338, 378, 406, 435, 450, 480, 496, 512, 561, 578, 648, 703, 722, 741, 780, 800, 840, 882, 903, 946, 968, 990, 1058, 1152, 1176, 1250, 1300, 1352, 1378 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence is infinite for the same reason that A324175 is: if x > y satisfies x^2 - 5*y^2 = -1 (x=A075796(j), y=A007805(j-1), j>0), then x < 5*y. Let k = 5*y^2 + m. By the pigeonhole principle there exists a number m belonging to [0, 2*x - 1] such that x + y | 5*y^2 + m, so such a k is a term.
LINKS
MATHEMATICA
Select[Range[1378], Mod[#, Floor@ Sqrt@ # + Floor@ Sqrt[#/5]] == 0 &] (* Giovanni Resta, Apr 05 2019 *)
PROG
(PARI) is(n) = n%(floor(sqrt(n)) + floor(sqrt(n/5))) == 0;
CROSSREFS
Sequence in context: A102462 A277408 A018369 * A214570 A306348 A363670
KEYWORD
nonn
AUTHOR
Jinyuan Wang, Mar 09 2019
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)