The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A192135 Prime powers p^e with p < e. 6
8, 16, 32, 64, 81, 128, 243, 256, 512, 729, 1024, 2048, 2187, 4096, 6561, 8192, 15625, 16384, 19683, 32768, 59049, 65536, 78125, 131072, 177147, 262144, 390625, 524288, 531441, 1048576, 1594323, 1953125, 2097152, 4194304, 4782969, 5764801, 8388608, 9765625, 14348907 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement to A074583 with respect to A000961;
a(n) = A000961(A192187(n)); A095874(a(n)) = A192187(n).
LINKS
MAPLE
A192135 := proc(nmax) local s , i, p, e ; s := {} ; for i from 1 do p := ithprime(i) ; if p^(p+1) > nmax then break; end if; for e from p+1 do if p^e > nmax then break; end if; s := s union {p^e} ; end do: end do: sort(s) ; end proc:
A192135(20000000) ; # R. J. Mathar, Jul 09 2011
CROSSREFS
Sequence in context: A371011 A277128 A054743 * A345053 A256817 A281016
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 26 2011
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 May 23 11:57 EDT 2024. Contains 372763 sequences. (Running on oeis4.)