login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129341 Numbers n such that n-th and (n+1)th triangular numbers have no common digit. 0
0, 1, 2, 3, 7, 8, 10, 11, 12, 23, 27, 31, 34, 36, 41, 76, 88, 631, 774, 893, 2827 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

No more terms <5000000. Is the sequence finite?

The PARI program shows that there is no further term up to 10^100. - Robert Gerbicz (robert.gerbicz(AT)gmail.com), Jun 10 2007

EXAMPLE

n=893: T(n)=399171, T(n+1)=400065; n=2827: T(n)=3997378, T(n+1)=4000206.

PROG

(PARI) M=-1; for(h=0, 200, for(k=1, 9, b=(sqrtint(8*k*10^h)-1)\2; d1=d2=vector(10, n, 0); n=b*(b+1)/2; while(n>0, d1[n%10+1]=1; n\=10); n=(b+1)*(b+2)/2; while(n>0, d2[n%10+1]=1; n\=10); T=1; for(i=1, 10, if(d1[i]*d2[i]>0, T=0; break)); if(T&&(M<b), M=b; print1(b, ", ")))) - Robert Gerbicz (robert.gerbicz(AT)gmail.com), Jun 10 2007

CROSSREFS

Cf. A000217.

Sequence in context: A123644 A105266 A054996 * A115985 A131210 A088340

Adjacent sequences:  A129338 A129339 A129340 * A129342 A129343 A129344

KEYWORD

base,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 28 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:05 EST 2012. Contains 205664 sequences.