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.

A175967 Lexicographically earliest sequence with first differences as increasing sequence of nonprimes A018252.

Original entry on oeis.org

1, 2, 6, 12, 20, 29, 39, 51, 65, 80, 96, 114, 134, 155, 177, 201, 226, 252, 279, 307, 337, 369, 402, 436, 471, 507, 545, 584, 624, 666, 710, 755, 801, 849, 898, 948, 999, 1051, 1105, 1160, 1216, 1273, 1331, 1391, 1453, 1516, 1580, 1645, 1711, 1779
Offset: 1

Views

Author

Jaroslav Krizek, Oct 31 2010

Keywords

Comments

Complement of A175968.

Crossrefs

Programs

  • Haskell
    a175967 n = a175967_list !! n
    a175967_list = scanl (+) 1 a018252_list
    -- Reinhard Zumkeller, Mar 26 2015

Formula

a(n) - a(n-1) = A018252(n-1) for n >= 2.