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.

A075380 Rearrangement of natural numbers so that the sum of two neighboring terms is not squarefree.

Original entry on oeis.org

1, 3, 5, 4, 8, 10, 2, 6, 12, 13, 7, 9, 11, 14, 18, 22, 23, 17, 15, 21, 19, 25, 20, 16, 24, 26, 28, 32, 31, 29, 27, 33, 30, 34, 38, 37, 35, 40, 36, 39, 41, 43, 45, 47, 49, 50, 42, 46, 44, 48, 51, 53, 55, 57, 59, 58, 54, 62, 63, 61, 56, 52, 60, 64, 68, 67, 65, 70, 66, 69, 71, 73
Offset: 1

Views

Author

Amarnath Murthy, Sep 22 2002

Keywords

Comments

Lexicographically earliest permutation of the natural numbers with the defining property; inverse: A167902; A167901(n) = a(a(n)). [Reinhard Zumkeller, Nov 15 2009]

Crossrefs

Cf. A075381.
Cf. A167903, A121878. [Reinhard Zumkeller, Nov 15 2009]

Programs

  • PARI
    v=[1]; n=1; while(n<100, if(!issquarefree(v[#v]+n)&&!vecsearch(vecsort(v), n), v=concat(v, n); n=0); n++); v \\ Derek Orr, Jun 08 2015

Extensions

More terms from David Wasserman, Jan 17 2005