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!)
A072012 a(n) = A072010(A072010(n)). 3
1, 2, 1, 4, 5, 2, 7, 8, 1, 10, 1, 4, 7, 14, 5, 16, 17, 2, 19, 20, 7, 2, 5, 8, 25, 14, 1, 28, 29, 10, 31, 32, 1, 34, 35, 4, 15, 38, 7, 40, 41, 14, 43, 4, 5, 10, 7, 16, 49, 50, 17, 28, 63, 2, 5, 56, 19, 58, 17, 20, 5, 62, 7, 64, 35, 2, 105, 68, 5, 70, 21, 8, 49, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b[n_] := If[n == 1, 1, Product[{p, e} = pe; Which[
Mod[p, 4] == 1, p + 2,
Mod[p, 4] == 3, p - 2,
True, 2]^e, {pe, FactorInteger[n]}]];
a[n_] := b[b[n]];
Array[a, 100] (* Jean-François Alcover, Nov 21 2021 *)
CROSSREFS
Sequence in context: A348706 A343250 A065518 * A172500 A330355 A329424
KEYWORD
nonn,mult
AUTHOR
Reinhard Zumkeller, Jun 05 2002
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)