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!)
A333121 a(1) = 1; a(n+1) = Product_{d|n} (1 + a(d)). 0
1, 2, 6, 14, 90, 182, 7686, 15374, 1383750, 19372514, 10577393190, 21154786382, 2438935322096070, 4877870644192142, 224977149851430019446, 286620888910721844775478, 396611655030211352708069066250, 793223310060422705416138132502, 8436334593920261958919014477018674175558 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[1] = 1; a[n_] := a[n] = Product[1 + a[d], {d, Divisors[n - 1]}]; Table[a[n], {n, 1, 19}]
CROSSREFS
Sequence in context: A371008 A308568 A296054 * A131518 A222201 A130642
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 July 12 19:59 EDT 2024. Contains 374252 sequences. (Running on oeis4.)