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!)
A129254 Numbers n such that both n and n+1 have at least one divisor of the form p^e with p<=e, p prime. 1
27, 80, 135, 188, 243, 296, 351, 404, 459, 512, 567, 620, 675, 728, 783, 836, 891, 944, 999, 1052, 1107, 1160, 1215, 1268, 1323, 1376, 1431, 1484, 1539, 1592, 1647, 1700, 1755, 1808, 1863, 1916, 1971, 2024, 2079, 2132, 2187, 2240, 2295, 2348, 2403, 2456 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A129251(a(n)) > 0, A129251(a(n)+1) > 0;
if A100716(k) = a(n) then: A100716(k+1) = a(n) + 1; subsequence of A100716.
LINKS
EXAMPLE
135=5*3^3 and 135+1=136=17*2^3, therefore 135 is a term: a(3)=135;
188=47*2^2 and 188+1=189=7*3^3, therefore 188 is a term: a(4)=188.
MATHEMATICA
SequencePosition[Table[If[AnyTrue[FactorInteger[n], #[[2]]>=#[[1]]&], 1, 0], {n, 2500}], {1, 1}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Sep 14 2019 *)
CROSSREFS
Sequence in context: A121737 A124726 A126381 * A215782 A216438 A292872
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 07 2007
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 1 02:29 EDT 2024. Contains 374809 sequences. (Running on oeis4.)