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

A354164 Indices of nonprimes in A090252.

Original entry on oeis.org

1, 5, 7, 11, 14, 15, 23, 29, 31, 32, 47, 59, 60, 63, 65, 95, 96, 119, 120, 121, 127, 128, 131, 132, 191, 193, 239, 241, 243, 244, 255, 257, 263, 264, 265, 383, 387, 388, 479, 480, 483, 484, 487, 488, 489, 511, 512, 515, 527, 529, 531, 571, 767, 775, 776, 777, 959, 960, 961, 967, 968, 969, 975, 976, 977, 979, 980, 1023, 1031, 1055, 1056, 1059, 1063
Offset: 1

Views

Author

N. J. A. Sloane, May 31 2022

Keywords

Crossrefs

A354166 Number of nonprimes among first n terms of A090252.

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 13, 13, 13, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 17
Offset: 1

Views

Author

N. J. A. Sloane, May 31 2022

Keywords

Comments

It appears that this sequence controls the growth of A090252. That is, almost all the terms of A090252 lie on the line A090252(n) = k-th prime, where k = n - a(n).

Crossrefs

A355012 Prime powers (p^k, k >= 2) in A090252 in order of appearance.

Original entry on oeis.org

4, 9, 8, 25, 16, 27, 49, 121, 32, 169, 125, 289, 81, 361, 529, 64, 841, 343, 961, 128, 1369, 1681, 1849, 2209, 243, 2809, 3721, 4489, 5041, 5329, 1331, 6241, 6889, 3481, 256, 10609, 11449, 11881, 625, 12769, 7921, 9409, 10201, 2197, 26569, 32041, 32761, 16129
Offset: 1

Views

Author

Michael De Vlieger, Jun 15 2022

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Import["https://oeis.org/A090252/b090252.txt", "Data"][[1 ;; 4000, -1]], CompositeQ[#] && PrimePowerQ[#] &]
Showing 1-3 of 3 results.