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-1 of 1 results.

A297403 Inverse to A297075.

Original entry on oeis.org

1, 2, 4, 3, 6, 8, 10, 5, 7, 12, 14, 16, 18, 20, 22, 9, 24, 26, 28, 36, 30, 32, 34, 40, 11, 38, 13, 50, 42, 44, 46, 15, 48, 52, 54, 19, 56, 58, 60, 62, 64, 66, 68, 76, 78, 70, 72, 74, 21, 80, 82, 98, 84, 86, 88, 92, 90, 94, 96, 100, 102, 104, 122, 17, 106, 108
Offset: 1

Views

Author

Rémy Sigrist, Dec 29 2017

Keywords

Examples

			A297075(42) = 29, hence a(29) = 42.
		

Crossrefs

Cf. A297075.

Programs

  • Mathematica
    Take[#, LengthWhile[Differences@ #[[All, 1]], # == 1 &]][[All, -1]] &@ Sort@ MapIndexed[{#1, First@ #2} &, Nest[Append[#, Block[{k = 3, m = FactorInteger[#[[-1]] ][[All, -1]]}, While[Nand[FreeQ[#, k], ! IntersectingQ[m, FactorInteger[k][[All, -1]]]], k++]; k]] &, {1, 2}, 120]] (* Michael De Vlieger, Dec 29 2017 *)
Showing 1-1 of 1 results.