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!)
A280609 Odd prime powers with prime exponents. 0
9, 25, 27, 49, 121, 125, 169, 243, 289, 343, 361, 529, 841, 961, 1331, 1369, 1681, 1849, 2187, 2197, 2209, 2809, 3125, 3481, 3721, 4489, 4913, 5041, 5329, 6241, 6859, 6889, 7921, 9409, 10201, 10609, 11449, 11881, 12167, 12769, 16129, 16807, 17161, 18769, 19321, 22201, 22801, 24389, 24649, 26569, 27889, 29791, 29929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A053810 and A061345.
LINKS
Eric Weisstein's World of Mathematics, Prime Power
FORMULA
a(n) = p^q, where p, q are primes and p > 2.
EXAMPLE
9 is in the sequence because 9 = 3^2;
25 is in the sequence because 25 = 5^2;
27 is in the sequence because 27 = 3^3, etc.
MATHEMATICA
Select[Range[30000], PrimePowerQ[#1] && PrimeQ[PrimeOmega[#1]] && Mod[#1, 2] == 1 & ]
CROSSREFS
Sequence in context: A244623 A339127 A117580 * A340238 A020308 A108989
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Jan 06 2017
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 23 05:09 EDT 2024. Contains 371906 sequences. (Running on oeis4.)