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.

Showing 1-2 of 2 results.

A102452 A102450(A102450(n)).

Original entry on oeis.org

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

Views

Author

Reinhard Zumkeller, Jan 09 2005

Keywords

Comments

Permutation of the positive integers with inverse A102450.

Crossrefs

Cf. A100806.

A100806 a(1) = 1; for n>=2, a(n) = A001221(n)-th positive integer not yet in the sequence.

Original entry on oeis.org

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

Views

Author

Leroy Quet, Jan 04 2005

Keywords

Comments

A permutation of the positive integers.

Crossrefs

Inverse: A102451; A102450(n) = a(a(n)).
Cf. A102452.

Programs

  • Mathematica
    Block[{a = {1}, nn = 72, s, P = FoldList[Times, Prime@ Range@ 12]}, s = Range[2, nn + LengthWhile[P, # <= nn &]]; Do[AppendTo[a, s[[PrimeNu@ i ]]]; s = Complement[s, a], {i, 2, nn}]; a] (* Michael De Vlieger, Sep 24 2017 *)

Extensions

More terms from Reinhard Zumkeller, Jan 09 2005
Showing 1-2 of 2 results.