login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A303339
a(n) is the largest triangular number that is prime(n)-smooth.
0
1, 36, 3240, 9568125, 48024900, 7589181600, 56495217870, 70320436841655, 70320436841655, 15696858221890560, 1298157862542190650, 5996877118268400000, 2043364250317598208000, 88678944280899462664980, 615491489313111203244375, 1056447213455901684717300
OFFSET
1,2
FORMULA
a(n) = A000217(A002072(n)).
EXAMPLE
The first prime is 2, and the only triangular number that is 2-smooth is 1, so a(1) = 1.
The second prime is 3, and the only triangular numbers that are 3-smooth are 1, 3, 6 = 2 * 3, and 36 = 2^2 * 3^2, so a(2) = 2.
The third prime is 5, and the only triangular numbers that are 5-smooth are the 3-smooth triangular numbers and 10 = 2 * 5, 15 = 3 * 5, 45 = 3^2 * 5, 120 = 2^3 * 3 * 5, 300 = 2^2 * 3 * 5^2, and 3240 = 2^3 * 3^4 * 5, so a(3) = 3240.
CROSSREFS
Sequence in context: A036510 A232669 A338076 * A034983 A291911 A072377
KEYWORD
nonn
AUTHOR
Jon E. Schoenfield, Apr 22 2018
STATUS
approved