login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A286375
a(n) = A278222(n^3).
4
1, 2, 2, 36, 2, 96, 36, 840, 2, 1260, 96, 1260, 36, 2310, 840, 5040, 2, 1260, 1260, 69300, 96, 4620, 1260, 4320, 36, 1680, 2310, 12600, 840, 36960, 5040, 30240, 2, 1260, 1260, 831600, 1260, 415800, 69300, 2646000, 96, 27720, 4620, 900900, 1260, 221760, 4320, 277200, 36, 83160, 1680, 13860, 2310, 180180, 12600, 166320, 840, 15315300, 36960, 13860, 5040
OFFSET
0,2
FORMULA
a(n) = A278222(A000578(n)) = A278222(n^3).
PROG
(Scheme) (define (A286375 n) (A278222 (* n n n)))
CROSSREFS
Cf. A192085 (one of the matched sequences).
Sequence in context: A024176 A349033 A334470 * A367091 A056612 A131658
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, May 09 2017
STATUS
approved