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”).

A278255
Least number with the prime signature of the n-th pentagonal number.
3
1, 2, 12, 6, 6, 6, 30, 12, 12, 6, 48, 210, 6, 6, 210, 24, 12, 12, 60, 30, 30, 30, 30, 60, 12, 30, 1080, 30, 6, 30, 30, 240, 60, 6, 420, 60, 30, 6, 210, 420, 6, 120, 192, 30, 60, 6, 210, 840, 12, 12, 420, 210, 6, 120, 210, 60, 210, 6, 120, 210, 30, 30, 420, 96, 30, 30, 180, 210, 30, 210, 30, 1260, 6, 30, 5040, 30, 210, 30, 30, 120, 144, 60, 60, 210, 30, 6, 2310
OFFSET
1,2
LINKS
FORMULA
a(n) = A046523(A000326(n)).
PROG
(Scheme) (define (A278255 n) (A046523 (A000326 n)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 21 2016
STATUS
approved