login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A014876
Numbers k that divide s(k), where s(1)=1, s(j)=25*s(j-1)+j.
1
1, 3, 5, 9, 15, 21, 25, 27, 45, 55, 63, 75, 81, 93, 105, 135, 147, 165, 171, 189, 225, 243, 275, 279, 315, 355, 405, 441, 465, 495, 513, 525, 567, 605, 609, 651, 675, 729, 735, 825, 837, 855, 903, 915, 945, 1029, 1065, 1155, 1197, 1215, 1265, 1323, 1395
OFFSET
1,2
LINKS
MATHEMATICA
nxt[{n_, a_}]:={n+1, 25a+n+1}; Flatten[Position[NestList[nxt, {1, 1}, 400], _?(Divisible[Last[#], First[#]]&), {1}, Heads->False]] (* Harvey P. Dale, Oct 15 2013 *)
CROSSREFS
Sequence in context: A086748 A364561 A014957 * A045602 A029470 A323646
KEYWORD
nonn
STATUS
approved