Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113850
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113850 Numbers whose prime factors are raised to the fifth power. +0
1
32, 243, 3125, 7776, 16807, 100000, 161051, 371293, 537824, 759375, 1419857, 2476099, 4084101, 5153632, 6436343, 11881376, 20511149, 24300000, 28629151, 39135393, 45435424, 52521875, 69343957, 79235168, 90224199, 115856201 (list; graph; listen)
OFFSET

4,1

EXAMPLE

7776 = 32*243 = 2^5*3^5 so the prime factors, 2 and 3, are raised to the fifth power.

MATHEMATICA

Select[ Range@41^5, Union[Last /@ FactorInteger@# ] == {5} &] (* Robert G. Wilson v *)

PROGRAM

(PARI) allpwrfact(n, p) = \All prime factors are raised to the power p { local(x, j, ln, y, flag); for(x=4, n, y=Vec(factor(x)); ln = length(y[1]); flag=0; for(j=1, ln, if(y[2][j]==p, flag++); ); if(flag==ln, print1(x", ")); ) }

CROSSREFS

Proper subset of A000584.

Adjacent sequences: A113847 A113848 A113849 this_sequence A113851 A113852 A113853

Sequence in context: A055014 A000584 A050752 this_sequence A046454 A050997 A056572

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 25 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Jan 26 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 5 16:50 EDT 2008. Contains 144613 sequences.


AT&T Labs Research