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.

A267817 Numbers m that are divisible by A268336(m).

Original entry on oeis.org

1, 2, 4, 6, 8, 10, 12, 16, 18, 20, 24, 30, 32, 36, 40, 42, 48, 50, 54, 60, 64, 68, 72, 78, 80, 84, 90, 96, 100, 108, 110, 114, 120, 126, 128, 136, 144, 150, 156, 160, 162, 168, 180, 192, 200, 204, 210, 216, 220, 222, 228, 234, 240
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Feb 13 2016

Keywords

Comments

Squarefree terms: 1, 2, 6, 10, 30, 42, 78, 110, 114, 210, 222, ...

Examples

			10 is in this sequence because 10/A268336(10) = 10/2 = 5.
		

Crossrefs

Programs

  • PARI
    is(n)=my(f=factor(n)[, 1],m=n); for(k=1, #f, m=lcm(m, f[k]-1)); m/=n; m && n%m==0 \\ Charles R Greathouse IV, Feb 22 2016

Extensions

a(16) inserted by Charles R Greathouse IV, Feb 22 2016