OFFSET
0,3
COMMENTS
Each term in the series is computed by translating the previous term to binary, then reinterpreting the binary expression as a product of metaprimes. Metaprimes follow the form p^(2^n) where p is a prime number and n is a nonnegative integer. See the link for more detailed explanation.
LINKS
Will Nicholes, Metaprime binary series.
FORMULA
a(0)=0, a(n) = A052330(a(n-1)). - Thomas Ordowski, Jun 20 2005
EXAMPLE
20 (decimal) = 10100 (binary) 10100 (metaprime binary) = 7 * 1 * 4 * 1 * 1 = 28 (decimal).
CROSSREFS
KEYWORD
nonn
AUTHOR
Will Nicholes, Jan 31 2003
EXTENSIONS
Link updated by Will Nicholes, Jun 07 2010
STATUS
approved
