login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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}]
CROSSREFS
Sequence in context: A007652 A060418 A199975 * A053666 A101987 A178743
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Jul 21 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)