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.

A076236 a(n) = A050435(n) mod A002808(n).

Original entry on oeis.org

1, 0, 7, 7, 8, 9, 10, 10, 10, 10, 12, 12, 12, 12, 13, 13, 13, 14, 15, 16, 16, 16, 16, 16, 17, 17, 17, 18, 19, 19, 19, 20, 20, 20, 21, 22, 22, 22, 22, 23, 23, 24, 24, 24, 24, 25, 25, 25, 25, 25, 26, 26, 27, 28, 28, 28, 30, 30, 30, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 32
Offset: 1

Views

Author

Labos Elemer, Oct 08 2002

Keywords

Comments

Original name: Remainder when 2nd order composite, A050435(n), is divided by first order composite, A002808(n). - Michael De Vlieger, Dec 09 2018

Examples

			Let c(n) be the n-th composite number. a(1) = 1 since c(c(1)) mod c(1) = c(4) mod 4 = 9 mod 4 = 1. a(2) = 0 since c(c(2)) mod c(2) = c(6) mod 6 = 12 mod 6 = 0. - _Michael De Vlieger_, Dec 09 2018
		

Crossrefs

Programs

Formula

a(n) = A050435(n) mod A002808(n).

Extensions

Edited by Michael De Vlieger, Dec 09 2018