login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A302596 Powers of prime numbers of prime index. 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A prime index of n is a number m such that prime(m) divides n.
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = 1 + Sum_{p in A006450} 1/(p-1). - Amiram Eldar, Sep 19 2022
EXAMPLE
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}}
MATHEMATICA
Select[Range[400], MatchQ[FactorInteger[#], {{_?(#===1||PrimeQ[PrimePi[#]]&), _}}]&]
CROSSREFS
Sequence in context: A145819 A317827 A296768 * A230721 A094509 A120811
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 10 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)