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!)
A069694 Triangular numbers with internal digits 2. 0

%I #3 Dec 05 2013 19:55:17

%S 0,1,3,6,10,15,21,28,36,45,55,66,78,91,120,325,528,820,1225

%N Triangular numbers with internal digits 2.

%C For proof of finiteness see A069693.

%t Do[ If[ Union[ Drop[ RotateLeft[ IntegerDigits[n(n + 1)/2]], -2]] == {2}, Print[n(n + 1)/2]], {n, 14, 2 10^6}]

%Y Cf. A069675 to A069684, A069693 to A069700.

%K fini,full,nonn,base

%O 1,3

%A _Amarnath Murthy_, Apr 06 2002

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 September 15 02:17 EDT 2024. Contains 375929 sequences. (Running on oeis4.)