The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A151764 a(n) = f(f(n)), where f(n) = A071786(n). 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 217, 20, 21, 22, 32, 24, 25, 26, 27, 28, 128, 30, 31, 32, 33, 34, 35, 36, 37, 434, 39, 40, 14, 42, 142, 44, 45, 64, 146, 48, 49, 50, 51, 52, 35, 54, 55, 56, 651, 256, 455, 60, 16, 62, 63, 64, 65, 66, 364, 68, 96, 70 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Completely multiplicative.
LINKS
PROG
(Haskell)
a151764 = a071786 . a071786 -- Reinhard Zumkeller, Oct 14 2011
(PARI) rev(n)=fromdigits(Vecrev(digits(n)))
A071786(n)=my(f=factor(n)); prod(i=1, #f~, rev(f[i, 1])^f[i, 2])
a(n)=A071786(A071786(n)) \\ Charles R Greathouse IV, Jun 28 2015
CROSSREFS
Cf. A071786.
Sequence in context: A285054 A090322 A076084 * A093618 A317257 A242031
KEYWORD
nonn,base,mult
AUTHOR
N. J. A. Sloane, Jun 22 2009, Jun 23 2009
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 May 14 02:26 EDT 2024. Contains 372528 sequences. (Running on oeis4.)