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!)
A271443 Earliest start of a run of n numbers divisible by a cube larger than one. 13
8, 80, 1375, 22624, 18035622, 4379776620, 1204244328624, 2604639091138248, 2604639091138248 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(5)-a(7) were found by Donovan Johnson.
LINKS
Jean-Marie De Koninck, Those Fascinating Numbers, Amer. Math. Soc., (2009), page 63.
EXAMPLE
a(9) = 2604639091138248 and the following 8 numbers are divisible by 2^3, 11^3, 5^3, 17^3, 7^3, 13^3, 3^3, 19^3, and 2^4, respectively.
MATHEMATICA
a[n_] := Block[{k=1, c=0}, While[ c<n, If[ Max[ Last /@ FactorInteger[ ++k]] < 3, c=0, c++]]; k-n+1]; Array[a, 4]
CROSSREFS
Sequence in context: A222825 A057707 A222671 * A347768 A240325 A145606
KEYWORD
nonn,more
AUTHOR
Giovanni Resta, Apr 23 2016
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 19:17 EDT 2024. Contains 375954 sequences. (Running on oeis4.)