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!)
A162821 Positive numbers k such that 30*k/(30-k) are integers. 8
5, 10, 12, 15, 18, 20, 21, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 39, 40, 42, 45, 48, 50, 55, 60, 66, 75, 80, 90, 105, 120, 130, 180, 210, 255, 330, 480, 930 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The number k=30 is explicitly included, treating the result of division through zero as an integer.
Row 30 of A191973.
LINKS
MAPLE
for m from 1 to 930 do if(m=30 or m*30 mod (m-30) = 0)then printf("%d, ", m): fi: od: # Nathaniel Johnston, Jun 22 2011
MATHEMATICA
f[a_, b_]:=(a*b)/(a-b); a=30; lst={}; Do[If[f[a, n]==IntegerPart[f[a, n]], AppendTo[lst, n]], {n, 9!}]; lst
CROSSREFS
Sequence in context: A050680 A293726 A313359 * A313360 A313361 A059324
KEYWORD
nonn,fini,full,easy
AUTHOR
EXTENSIONS
Keywords fini,full added 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 15 18:36 EDT 2024. Contains 375954 sequences. (Running on oeis4.)