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

A154225
List of pairs: {n*(n + 1)*(2*n + 1)/6, (n!)^2}.
1
0, 1, 1, 1, 5, 4, 14, 36, 30, 576, 55, 14400, 91, 518400, 140, 25401600, 204, 1625702400, 285, 131681894400, 385, 13168189440000, 506, 1593350922240000, 650, 229442532802560000, 819, 38775788043632640000, 1015
OFFSET
0,5
LINKS
MATHEMATICA
Flatten[Table[{n*(n + 1)*(2*n + 1)/6, (n!)^2}, {n, 0, 15}]]
CROSSREFS
Sequence in context: A107984 A133178 A377626 * A188627 A203976 A213566
KEYWORD
nonn,tabf
AUTHOR
Roger L. Bagula, Jan 05 2009
STATUS
approved