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!)
A090553 Sigma(A090552(n)). 1

%I #9 Dec 05 2013 19:56:38

%S 1,3,6,12,12,24,24,24,72,72,72,72,144,144,144,144,144,288,288,288,576,

%T 576,576,576,576,576,576,576,1152,1152,1152,1152,1152,1152,1152,2304,

%U 2304,2304,2304,2304,2304,2304,2304,2304,2304,2304,2304,2304,4608,4608

%N Sigma(A090552(n)).

%F a(n) = A000203(A090552(n)). - _Michel Marcus_, Oct 12 2013

%o (PARI) lista(nn) = {a = 1; print1(a, ", "); for (n = 1, nn, sa = sigma(a); a++; while (sigma(a) % sa, a++); print1(sigma(a), ", "););} \\ _Michel Marcus_, Oct 12 2013

%Y Cf. A007368, A090552.

%K nonn

%O 1,2

%A _Amarnath Murthy_, Dec 09 2003

%E Corrected and extended by _David Wasserman_, Jan 04 2006

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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)