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!)
A333120 a(1) = 1, a(n+1) = Sum_{d|n} a(d)^2. 1
1, 1, 2, 5, 27, 730, 532906, 283988804837, 80649641272747674596596, 6504364637422885153991868441922618991334787221, 42306759336557340251452848811862268800945638555088445693345741249091605099189510505344903572 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ c^(2^n), where c = 1.10850959824748299278192262396861284785509520261602375885447280659977154... - Vaclav Kotesovec, Mar 08 2020
MATHEMATICA
a[1] = 1; a[n_] := a[n] = Sum[a[d]^2, {d, Divisors[n - 1]}]; Table[a[n], {n, 1, 11}]
CROSSREFS
Sequence in context: A322151 A355765 A203195 * A058182 A057438 A002795
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 08 2020
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 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)