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!)
A096155 Numbers n such that A095234(n-1) is divisible by n. 1

%I #7 Jan 04 2020 02:53:56

%S 3,6,29,116,348,4870259,9740518,199231577,306916451,613832902,

%T 860039419,4623305827,9246611654,11228028437,12520463365,15024556038,

%U 15373874702,15417709105,19495941836,32725330939,36575369873,61887327971,79569421677,106092562236

%N Numbers n such that A095234(n-1) is divisible by n.

%e A095234(5) = 18 is divisible by 6, so 6 is in the sequence.

%o (PARI) m=300000000;a=1;for(n=2,m,if(a%n>0,a=n+a,a=n*a;print1(n,",")))

%Y Cf. A095234.

%K nonn,more

%O 1,1

%A _Klaus Brockhaus_, Jun 18 2004

%E a(9)-a(24) from _Chai Wah Wu_, Jan 03 2020

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 September 6 22:26 EDT 2024. Contains 375728 sequences. (Running on oeis4.)