[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A086355
Fixed point if [nonzero-digit product]-function at initial-value=prime(n) is iterated.
1
2, 3, 5, 7, 1, 3, 7, 9, 6, 8, 3, 2, 4, 2, 6, 5, 2, 6, 8, 7, 2, 8, 8, 4, 8, 1, 3, 7, 9, 3, 4, 3, 2, 4, 8, 5, 5, 8, 8, 2, 8, 8, 9, 4, 8, 8, 2, 2, 6, 8, 8, 2, 8, 1, 7, 8, 8, 4, 4, 6, 6, 2, 2, 3, 9, 2, 9, 8, 6, 8, 2, 5, 2, 8, 4, 4, 2, 4, 4, 8, 8, 8, 2, 8, 8, 6, 6, 4, 8, 4, 6, 2, 6, 8, 8, 5, 2, 1, 3, 2, 4, 5, 9, 4, 5
OFFSET
1,1
LINKS
FORMULA
a(n) = A051802(A000040(n)) = fixed-point of A051801(n-th prime).
EXAMPLE
n=100, prime(100)=541, iteration list={541,20,2}, a(100)=2.
MATHEMATICA
prd[x_] := Apply[Times, DeleteCases[IntegerDigits[x], 0]]; Table[FixedPoint[prd, Prime[w]], {w, 1, 128}]
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Jul 21 2003
STATUS
approved