login
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