RosettaCodeData/Task/Bernoulli-numbers/Mathematica/bernoulli-numbers-2.math

3 lines
77 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Table[{i, BernoulliB[i]}, {i, 0, 60}];
Select[%, #[[2]] != 0 &] // TableForm