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.

A383295 Positions of proper prime powers (A246547) in EKG-sequence.

Original entry on oeis.org

3, 6, 8, 17, 22, 24, 31, 50, 64, 76, 112, 122, 124, 171, 232, 240, 290, 319, 359, 485, 521, 595, 696, 823, 947, 982, 1279, 1313, 1642, 1810, 1961, 2090, 2096, 2168, 2306, 2736, 3002, 3398, 3638, 3932, 4379, 4733, 4913, 5207, 6072, 6312, 6583, 6710, 7717, 7898, 9165, 9929, 10298, 11144, 11568, 11786, 12430, 14138
Offset: 1

Views

Author

Antti Karttunen, Apr 22 2025

Keywords

Comments

Apparently also numbers k for which A265576(k) > 1 and A064413(k) is neither 2 nor 2*odd prime.

Crossrefs

Setwise difference A383294 \ A064955.
Conjectured to be a subsequence of A383285.

Programs

  • PARI
    isA383295(n) = { my(x=A064413(n)); (isprimepower(x) && !isprime(x)); };