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!)
A259227 Hydropronic numbers: numbers n that can be written as a product of 2 integers whose sum is equal to ceiling(n/ceiling(sqrt(n))) + ceiling(sqrt(n)). 1
1, 2, 3, 4, 6, 8, 9, 10, 12, 15, 16, 18, 20, 21, 24, 25, 28, 30, 32, 35, 36, 40, 42, 45, 48, 49, 50, 54, 56, 60, 63, 64, 66, 70, 72, 77, 80, 81, 84, 88, 90, 91, 96, 99, 100, 104, 108, 110, 112, 117, 120, 121, 126, 130, 132, 135, 140, 143, 144, 150, 154, 156, 160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
It appears that ceiling(n/ceiling(sqrt(n))) + ceiling(sqrt(n)) is A027434(n).
LINKS
Casey Douglas, The Next Square or Pronic, June 2012.
Casey Douglas, Hydropronic Sequence?, June 2012.
Casey Douglas, Another Quickie, July 2012.
MATHEMATICA
Select[Range@160, IntegerQ@Sqrt[((r = Ceiling@Sqrt@#) + Ceiling[#/r])^2 - 4 #] &] (* Ivan Neretin, Oct 16 2016 *)
PROG
(PARI) isok(n) = {d = divisors(n); for (k=1, #d, if ((d[k] + n/d[k]) == ceil(n/ceil(sqrt(n)))+ceil(sqrt(n)), return (1)); ); }
CROSSREFS
Sequence in context: A085451 A240911 A064150 * A196149 A240163 A331819
KEYWORD
nonn
AUTHOR
Michel Marcus, Jun 21 2015
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)