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!)
A121035 Multiples of 15 containing a 15 in their decimal representation. 34
15, 150, 315, 615, 915, 1155, 1215, 1500, 1515, 1530, 1545, 1560, 1575, 1590, 1815, 2115, 2415, 2715, 3015, 3150, 3315, 3615, 3915, 4155, 4215, 4515, 4815, 5115, 5415, 5715, 6015, 6150, 6315, 6615, 6915, 7155, 7215, 7515, 7815, 8115, 8415, 8715, 9015 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 15n. - Charles R Greathouse IV, Nov 02 2022
MATHEMATICA
Select[15*Range[1000], StringContainsQ[IntegerString[#], "15"] &] (* Paolo Xausa, Feb 25 2024 *)
PROG
(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
CROSSREFS
Sequence in context: A119998 A119511 A023069 * A022739 A085375 A081135
KEYWORD
nonn,base,easy
AUTHOR
Reinhard Zumkeller, Jul 21 2006, Jul 26 2006
STATUS
approved

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 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)