Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A273018 Ramanujan's largely composite numbers having 7 as the greatest prime divisor. 5
84, 168, 336, 420, 504, 630, 672, 840, 1260, 1680, 2520, 3360, 3780, 4200, 5040, 7560, 10080, 12600, 15120, 20160, 25200, 30240, 37800, 40320, 45360, 50400, 75600, 151200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
By the theorem in A273015, the sequence is finite.
LINKS
MATHEMATICA
a = {}; b = {0}; Do[If[# >= Max@ b, AppendTo[a, k] && AppendTo[b, #]] &@ DivisorSigma[0, k], {k, 10^7}]; Select[a, FactorInteger[#][[-1, 1]] == 7 &] (* Michael De Vlieger, May 13 2016 *)
CROSSREFS
Sequence in context: A260703 A044254 A044635 * A260705 A295596 A287118
KEYWORD
nonn,fini,full
AUTHOR
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 21 17:22 EDT 2024. Contains 375353 sequences. (Running on oeis4.)