A333756 a(n) is the start of the first run of exactly n consecutive nonsquarefree triangular numbers.
496, 28, 120, 276, 4560, 28680, 116886, 1460295903, 1423828, 16672425, 40046775, 969738780, 5300947095, 29604866115, 70439870130, 4074768806430, 8073317216328, 2299554739121745, 7099676667360280, 71866989786336690, 9087907667048616, 337295518424356416
Offset: 2
Keywords
Examples
The 30th through 33rd triangular numbers are T(30) = 465 = 3 * 5 * 13 (squarefree), T(31) = 496 = 2^4 * 31 (nonsquarefree), T(32) = 528 = 2^4 * 3 * 11 (nonsquarefree), and T(33) = 561 = 3 * 11 * 17 (squarefree), so 496 begins a run of exactly two consecutive nonsquarefree triangular numbers. Since 496 is the smallest such triangular number, a(2) = 496.
Links
- Giovanni Resta, Table of n, a(n) for n = 2..29 (terms < 5*10^25)
Crossrefs
Extensions
Terms a(23) and beyond from Giovanni Resta, Apr 07 2020
Comments