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.

A302596 Powers of prime numbers of prime index.

Original entry on oeis.org

1, 3, 5, 9, 11, 17, 25, 27, 31, 41, 59, 67, 81, 83, 109, 121, 125, 127, 157, 179, 191, 211, 241, 243, 277, 283, 289, 331, 353, 367, 401, 431, 461, 509, 547, 563, 587, 599, 617, 625, 709, 729, 739, 773, 797, 859, 877, 919, 961, 967, 991, 1031, 1063, 1087, 1153
Offset: 1

Views

Author

Gus Wiseman, Apr 10 2018

Keywords

Comments

A prime index of n is a number m such that prime(m) divides n.

Examples

			Entry A302242 describes a correspondence between positive integers and multiset multisystems. In this case it gives the following sequence of set multisystems.
001: {}
003: {{1}}
005: {{2}}
009: {{1},{1}}
011: {{3}}
017: {{4}}
025: {{2},{2}}
027: {{1},{1},{1}}
031: {{5}}
041: {{6}}
059: {{7}}
067: {{8}}
081: {{1},{1},{1},{1}}
083: {{9}}
109: {{10}}
121: {{3},{3}}
125: {{2},{2},{2}}
		

Crossrefs

Programs

Formula

Sum_{n>=1} 1/a(n) = 1 + Sum_{p in A006450} 1/(p-1). - Amiram Eldar, Sep 19 2022