A069877 Smallest number with a prime signature whose indices are the decimal digits of n.
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 2, 6, 12, 24, 48, 96, 192, 384, 768, 1536, 4, 12, 36, 72, 144, 288, 576, 1152, 2304, 4608, 8, 24, 72, 216, 432, 864, 1728, 3456, 6912, 13824, 16, 48, 144, 432, 1296, 2592, 5184, 10368, 20736, 41472, 32, 96, 288, 864, 2592, 7776, 15552, 31104, 62208, 124416, 64, 192, 576, 1728, 5184, 15552, 46656, 93312, 186624, 373248, 128
Offset: 0
Examples
a(12) = 2^2 * 3^1 = 12. a(231) = 2^3 * 3^2 * 5^1 = 360.
Links
Crossrefs
Formula
Extensions
More terms from Larry Reeves (larryr(AT)acm.org), Jul 05 2002
a(0)=1 prepended and more terms added by Antti Karttunen, Nov 16 2016
Comments