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!)
A104369 Number of divisors of A104365(n) = A104350(n) + 1. 8

%I #22 Apr 15 2023 14:11:34

%S 2,2,2,2,2,2,4,2,2,4,2,2,4,4,4,16,16,4,2,16,4,4,8,4,2,16,8,8,2,8,16,

%T 32,16,32,16,8,8,16,128,4,32,16,16,4,16,8,16,4,8,128,16,4,16,4,8,4,16,

%U 8,16,32,8,16,16,4,2,4,16,64,16,8,8,16,16,64,64,64,32,8,64,16,32,8,8,32,8,16,8,16,128,64,16,8,16,4,8

%N Number of divisors of A104365(n) = A104350(n) + 1.

%H Max Alekseyev, <a href="/A104369/b104369.txt">Table of n, a(n) for n = 1..158</a> (terms 142..151 from Tyler Busby)

%H Reinhard Zumkeller, <a href="/A104350/a104350.txt">Products of largest prime factors of numbers <= n</a>

%F a(n) = A000005(A104365(n)).

%t a[n_] := DivisorSigma[0, 1 + Product[FactorInteger[k][[-1, 1]], {k, 1, n}]]; Array[a, 76] (* _Amiram Eldar_, Feb 12 2020 *)

%Y Cf. A000005, A064144, A104350, A104361, A104365, A104366, A104367, A104368, A104370, A104371, A104372.

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Mar 06 2005

%E a(51)-a(76) from _Amiram Eldar_, Feb 12 2020

%E Terms a(77) onward from _Max Alekseyev_, Oct 03 2022

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 18 15:35 EDT 2024. Contains 371780 sequences. (Running on oeis4.)