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!)
A069693 Triangular numbers with either no internal digits or all internal digits are 0. 8
0, 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91, 105, 300, 406, 703, 903, 3003, 4005, 8001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
The internal digits of 3003 are "00", which are both 0. 15 has no internal digits.
MATHEMATICA
Do[ If[ Union[ Drop[ RotateLeft[ IntegerDigits[n(n + 1)/2]], -2]] == {0}, Print[n(n + 1)/2]], {n, 14, 2 10^6}]
CROSSREFS
Sequence in context: A077367 A077366 A077368 * A069694 A069695 A069697
KEYWORD
nonn,base,fini,full
AUTHOR
Amarnath Murthy, Apr 06 2002
EXTENSIONS
Corrected by Sascha Kurz, Jan 02 2003
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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)