login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005934 Highly powerful numbers.
(Formerly M3333)
15
1, 4, 8, 16, 32, 64, 128, 144, 216, 288, 432, 864, 1296, 1728, 2592, 3456, 5184, 7776, 10368, 15552, 20736, 31104, 41472, 62208, 86400, 108000, 129600, 194400, 216000, 259200, 324000, 432000, 518400, 648000, 972000, 1296000, 1944000, 2592000 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

REFERENCES

G. E. Hardy and M. V. Subbarao, Highly powerful numbers, Congress. Numer. 37 (1983), 277-307.

C. B. Lacampagne and J. L. Selfridge, Large highly powerful numbers are cubeful, Proc. Amer. Math. Soc., 91 (1984), 173-181.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

T. D. Noe, Table of n, a(n) for n=1..300

Index entries for sequences related to powerful numbers

FORMULA

For n = Prod p_i^e_i, let b(n) = Prod e_i; then n is highly powerful if b(n) sets a new record.

PROG

(PARI) {prdex(n)=local(s, fac); s=1; fac=factor(n); for(k=1, matsize(fac)[1], s=s*fac[k, 2]); return(s)} {hp(m)=local(rec); rec=0; for(n=1, m, if(prdex(n)>rec, rec=prdex(n); print1(n", ")))}

CROSSREFS

Cf. A036965, A001694, A007532, A005934, A005188, A003321, A014576, A023052, A046074.

Cf. A085629

Sequence in context: A108569 A196875 A111073 * A085629 A046055 A186949

Adjacent sequences:  A005931 A005932 A005933 * A005935 A005936 A005937

KEYWORD

nonn,nice,easy

AUTHOR

N. J. A. Sloane.

EXTENSIONS

Hardy and Subbarao give an extensive table.

Corrected and extended by Jason Earls (zevi_35711(AT)yahoo.com), Jul 10 2003

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 26 21:57 EDT 2013. Contains 225677 sequences.