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!)
A079653 Triangular numbers using only the curved digits 0, 3, 6, 8 and 9. 1
0, 3, 6, 36, 66, 300, 630, 666, 903, 990, 3003, 6903, 33930, 39060, 39903, 63903, 66066, 69006, 93096, 306936, 333336, 339900, 600060, 609960, 630003, 669903, 690900, 833986, 930930, 936396, 963966, 3036880, 3069003, 3083886, 3306306, 3689686, 3966336, 3988900 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
t[n_] := n*(n + 1)/2; t /@ Select[Range[0, 10000], AllTrue[IntegerDigits[t[#]], MemberQ[{0, 3, 6, 8 , 9}, #1] &] &] (* Amiram Eldar, Aug 18 2020 *)
CROSSREFS
Intersection of A000217 and A072960.
Sequence in context: A106128 A119186 A119115 * A119063 A119154 A119194
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Jan 23 2003
EXTENSIONS
a(1) = 0 and more terms from Amiram Eldar, Aug 18 2020
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 17 21:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)