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!)
A119035 Triangular numbers composed of digits {0,1,3}. 2
1, 3, 10, 300, 3003, 10011, 303031, 1010331, 1030330, 1313010, 101111310, 113033130, 1033010331, 11031100311, 11033031331, 31031010003, 111111101310, 313313301003, 10113301131300, 3330130113300130003, 1113011003000100031311, 11013033300110103011310 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000217(A119036(n)). - Tyler Busby, Mar 31 2023
MATHEMATICA
Rest[Select[FromDigits/@Tuples[{0, 1, 3}, 10], IntegerQ[(Sqrt[8 # + 1] - 1)/2] &]] (* Vincenzo Librandi, Dec 18 2015 *)
PROG
(Magma) [t: n in [1..2*10^7] | Set(Intseq(t)) subset {0, 1, 3} where t is n*(n+1) div 2]; // Vincenzo Librandi, Dec 18 2015
CROSSREFS
Cf. A000217, A119036. See A119033 for a table of cross-references.
Sequence in context: A270553 A308657 A156193 * A359554 A004100 A349894
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, May 10 2006
EXTENSIONS
a(21)-a(22) from Tyler Busby, Mar 22 2023
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)