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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156223 Numbers that are products of distinct terms in A000312. 0
1, 4, 27, 108, 256, 1024, 3125, 6912, 12500, 27648, 46656, 84375, 186624, 337500, 800000, 823543, 1259712, 3200000, 3294172, 5038848, 11943936, 16777216, 21600000, 22235661, 47775744, 67108864 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(1) = 1 = 1^1

a(2) = 4 = 2^2

a(3) = 108 = 2^2 * 3^3

...

a(20) = 5038848 = 2^2 * 3^3 * 6^6

MATHEMATICA

Generating recursion (in Mathematica): p = {1};

For[x = 2, x <= 13, x++, {

p = Flatten@Append[p, p*x^x];

}];

CROSSREFS

Sequence in context: A092364 A071175 A063262 * A048102 A171469 A190584

Adjacent sequences:  A156220 A156221 A156222 * A156224 A156225 A156226

KEYWORD

nonn

AUTHOR

Gabriel Benamy (GeicoGecko(AT)GMail.com), Feb 06 2009

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 February 14 07:33 EST 2012. Contains 205589 sequences.