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.

A093681 Sequence contains no 3-term arithmetic progression, starting with 1, 28.

Original entry on oeis.org

1, 28, 29, 31, 32, 37, 38, 40, 41, 56, 58, 59, 64, 65, 67, 68, 82, 109, 110, 112, 113, 118, 119, 121, 122, 137, 139, 140, 145, 146, 148, 149, 244, 271, 272, 274, 275, 280, 281, 283, 284, 299, 301, 302, 307, 308, 310, 311, 325, 352, 353, 355, 356, 361, 362
Offset: 1

Views

Author

Ralf Stephan, Apr 09 2004

Keywords

Comments

a(1)=1, a(2)=28; a(n) is least k such that no three terms of a(1), a(2), ..., a(n-1), k form an arithmetic progression.

Crossrefs

Row 6 of array in A093682.

Formula

a(n) = (Sum_{k=1..n-1} (3^A007814(k) + 1)/2) + f(n), with f(n) a 16-periodic function with values {1, 27, 26, 27, 23, 27, 26, 27, 14, 28, 28, 28, 28, 28, 28, 28, ...}, n >= 1 (conjectured and checked up to n=1000).