This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A121035 #18 Feb 26 2024 09:21:16 %S A121035 15,150,315,615,915,1155,1215,1500,1515,1530,1545,1560,1575,1590,1815, %T A121035 2115,2415,2715,3015,3150,3315,3615,3915,4155,4215,4515,4815,5115, %U A121035 5415,5715,6015,6150,6315,6615,6915,7155,7215,7515,7815,8115,8415,8715,9015 %N A121035 Multiples of 15 containing a 15 in their decimal representation. %H A121035 Paolo Xausa, <a href="/A121035/b121035.txt">Table of n, a(n) for n = 1..10000</a> %H A121035 <a href="/index/Ar#10-automatic">Index entries for 10-automatic sequences</a>. %F A121035 a(n) ~ 15n. - _Charles R Greathouse IV_, Nov 02 2022 %t A121035 Select[15*Range[1000], StringContainsQ[IntegerString[#], "15"] &] (* _Paolo Xausa_, Feb 25 2024 *) %o A121035 (PARI) is(n)=if(n%15, return(0)); while(n>14, if(n%100==15, return(1)); n\=10); 0 \\ _Charles R Greathouse IV_, Feb 12 2017 %Y A121035 Cf. A121041, A008597, A011531, A121022, A121023, A121024, A121025, A121026, A121027, A121028, A121029, A121030, A121031, A121032, A121033, A121034, A121036, A121037, A121038, A121039, A121040. %K A121035 nonn,base,easy %O A121035 1,1 %A A121035 _Reinhard Zumkeller_, Jul 21 2006, Jul 26 2006