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.

A064955 Position of n-th prime in A064413.

Original entry on oeis.org

2, 5, 10, 14, 20, 28, 33, 37, 43, 57, 61, 67, 74, 81, 89, 100, 107, 115, 128, 134, 138, 151, 160, 167, 182, 189, 197, 203, 207, 216, 236, 253, 259, 264, 279, 287, 297, 305, 314, 328, 336, 344, 363, 371, 377, 381, 401, 420, 430, 438, 444, 458, 462, 474, 487, 501, 510, 517, 530, 540, 549, 557, 581, 587, 599, 606, 629, 639, 655, 664, 670, 681, 699, 707, 724, 730, 736, 756, 766, 781, 798, 802, 814, 819, 833, 848, 857, 874, 882, 889, 898, 911, 927, 942, 953, 961, 971, 997, 1004, 1029, 1041, 1059, 1072, 1080, 1087, 1099, 1118, 1135, 1142, 1150, 1156, 1175, 1181, 1190, 1203, 1223, 1232, 1242, 1249, 1258, 1266, 1287, 1298, 1306, 1324, 1350, 1357, 1378, 1391, 1398, 1410, 1425, 1433, 1442, 1456, 1470, 1478, 1504, 1516, 1542, 1546, 1564, 1568, 1578, 1586, 1610, 1626, 1638, 1646, 1652, 1680, 1686, 1693, 1702, 1734, 1739, 1760
Offset: 1

Views

Author

N. J. A. Sloane, Oct 30 2001

Keywords

Comments

It can be shown that this sequence is monotonic.
A073734(a(n)) = A000040(n) for n > 1. - Reinhard Zumkeller, Sep 17 2001

Crossrefs

Setwise difference A383294 \ A383295.

Programs

Formula

a(n) = A064664(A000040(n)).

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)); };

A383293 Exponential of Mangoldt function applied to EKG-sequence: a(n) = A014963(A064413(n)).

Original entry on oeis.org

1, 2, 2, 1, 3, 3, 1, 2, 1, 5, 1, 1, 1, 7, 1, 1, 2, 1, 1, 11, 1, 3, 1, 5, 1, 1, 1, 13, 1, 1, 2, 1, 17, 1, 1, 1, 19, 1, 1, 1, 1, 1, 23, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 29, 1, 1, 1, 31, 1, 1, 2, 1, 1, 37, 1, 1, 1, 1, 1, 1, 41, 1, 3, 1, 1, 1, 1, 43, 1, 1, 1, 1, 1, 1, 1, 47, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 53
Offset: 1

Views

Author

Antti Karttunen, Apr 22 2025

Keywords

Crossrefs

Cf. A014963, A064413, A383294 (positions of terms > 1).
Cf. also A265576.
Showing 1-3 of 3 results.