A146762 Terms of A061039 that are multiple of 10, in the order in which they appear.
0, 40, 160, 280, 520, 80, 40, 1360, 1840, 2200, 2800, 40, 440, 4480, 5320, 5920, 6880, 280, 320, 9400, 10600, 11440, 12760, 1520, 560, 16120, 17680, 18760, 20440, 800, 2600, 24640, 26560, 27880, 29920, 1160, 1240, 34960, 37240, 38800, 41200, 4760, 560
Offset: 1
Keywords
Programs
-
PARI
lista(nn) = my(list=List(), x); for (n=3, nn, if ((((x=numerator(1/9-1/n^2))) % 10) == 0, listput(list, x));); Vec(list); \\ Michel Marcus, Jan 28 2023
Extensions
More terms from Arkadiusz Wesolowski, Dec 31 2011
New name from Michel Marcus, Jan 27 2023
Comments