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!)
A066261 a(n) = A066260(A066260(n)). 2
1, 16, 24, 256, 64, 384, 36, 4096, 576, 1024, 32, 6144, 96, 576, 1536, 65536, 36, 9216, 48, 16384, 864, 512, 256, 98304, 4096, 1536, 13824, 9216, 144, 24576, 128, 1048576, 768, 576, 2304, 147456, 54, 768, 2304, 262144, 40, 13824, 384, 8192, 36864, 4096 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Completely multiplicative since A066260 is (iterates of completely multiplicative functions are too). - David W. Wilson, Jun 09 2005
LINKS
PROG
(PARI) Composite(n) = local(k); k=n + primepi(n) + 1; while (k != n + primepi(k) + 1, k = n + primepi(k) + 1); return(k)
for (n=1, 1000, f=factor(n); a=1; for (i=1, matsize(f)[1], a*=Composite(primepi(f[i, 1]))^f[i, 2]); f=factor(a); a=1; for (i=1, matsize(f)[1], a*=Composite(primepi(f[i, 1]))^f[i, 2]); write("b066261.txt", n, " ", a) ) \\ Harry J. Smith, Feb 07 2010
CROSSREFS
Sequence in context: A358447 A120468 A166629 * A256526 A243914 A226296
KEYWORD
nonn,mult
AUTHOR
Reinhard Zumkeller, Dec 10 2001
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 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)