cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A146762 Terms of A061039 that are multiple of 10, in the order in which they appear.

Original entry on oeis.org

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

Views

Author

Paul Curtz, Nov 02 2008

Keywords

Comments

Previous name was: Numbers in A061039 ending with 0.

Crossrefs

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