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!)
A162829 Positive numbers n such that 2*120*n/(120+n) are integers. 0
8, 24, 30, 40, 60, 72, 80, 105, 120, 168, 180, 200, 240, 264, 280, 330, 360, 456, 480, 520, 600, 680, 780, 840, 1032, 1080, 1320, 1480, 1680, 1800, 2280, 2760, 3080, 3480, 4680, 5640, 7080, 9480, 14280, 28680 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[a_, b_]:=(a*b)/(a+b)*2; a=120; lst={}; Do[If[f[a, n]==IntegerPart[f[a, n]], AppendTo[lst, n]], {n, 9!}]; lst
Select[Range[30000], IntegerQ[240 #/(120+#)]&] (* Harvey P. Dale, Apr 09 2014 *)
CROSSREFS
Sequence in context: A333961 A038524 A261394 * A303796 A175368 A000118
KEYWORD
nonn,fini,full
AUTHOR
EXTENSIONS
Sign in definition flipped by R. J. Mathar, Jul 31 2009
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 September 17 12:00 EDT 2024. Contains 375987 sequences. (Running on oeis4.)