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!)
A349785 a(n) = 1 + Product_{k=1..n-1} a(gcd(n,k)). 0
2, 3, 5, 13, 17, 181, 65, 1873, 1601, 22033, 1025, 110120401, 4097, 3032641, 46240001, 6563711233, 65537, 61178101070401, 262145, 3771115818193153, 270400000001, 61977830401, 4194305, 27719934186822773256934560001, 87578116097, 8918277230593, 10498871296000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 1 + Product_{d|n, d < n} a(d)^phi(n/d).
MATHEMATICA
a[n_] := a[n] = 1 + Product[a[GCD[n, k]], {k, 1, n - 1}]; Table[a[n], {n, 1, 27}]
CROSSREFS
Sequence in context: A087523 A073919 A162573 * A087356 A281598 A042261
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 30 2021
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)