Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111260
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111260 Numbers of the form (m^n)/(n^m) with m > 0 and n>1. +0
1
1, 4, 16, 27, 256, 729, 65536, 2985984, 4194304, 9765625, 134217728, 387420489, 2176782336, 24794911296, 30517578125, 104857600000, 678223072849, 2641807540224, 7625597484987, 17592186044416, 281474976710656 (list; graph; listen)
OFFSET

1,2

EXAMPLE

The 4th element is a=27 with m = 3 and n = 9 because 3^9/9^3 = 27.

MAPLE

a:=proc(N) local a, m, n; for m from 1 to N do for n from 2 to N do a:=(m^n)/(n^m); if(floor(a)=a)then print(a) fi; od; od; end: # convert into set # sort set

MATHEMATICA

Take[ Select[ Union@Flatten@Table[(m^n)/(n^m), {m, 35}, {n, 2, 35}], IntegerQ[ # ] &], 21] (from Robert G. Wilson v (rgwv(at)rgwv.com), Nov 17 2005)

CROSSREFS

Cf. A072651 A072652 A072653.

Sequence in context: A072873 A072653 A008478 this_sequence A067688 A046358 A046366

Adjacent sequences: A111257 A111258 A111259 this_sequence A111261 A111262 A111263

KEYWORD

nonn

AUTHOR

Giorgio Balzarotti (greenblue(AT)tiscali.it) and Paolo P. Lava (ppl(AT)spl.at), Nov 12 2005

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 November 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research