Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%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