Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156223
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156223 Numbers that are products of distinct terms in A000312. +0
1
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; listen)
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 this_sequence A048102 A034512 A015534

Adjacent sequences: A156220 A156221 A156222 this_sequence A156224 A156225 A156226

KEYWORD

nonn

AUTHOR

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

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 December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research