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.

A151976 Minimal recursive sequence beginning with 5 similar to N with respect to property of integer to be or not to be in A079523.

Original entry on oeis.org

5, 6, 8, 10, 13, 14, 17, 18, 21, 22, 24, 26, 29, 30, 32, 34, 37, 38, 40, 42, 45, 46, 49, 50, 53, 54, 56, 58, 61
Offset: 1

Views

Author

Vladimir Shevelev, Jul 12 2009

Keywords

Examples

			a(2)=6 since 6>5 is the minimal integer such that 2 and 6 simultaneously are not in A079523.
		

Crossrefs

Formula

For n>=1, a(n+1)=min{m>a(n): A035263(m)=A035263(n+1)}