Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119521
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119521 Numbers n such that first occurrence of the 10 digits of the i-th root of n contain all the digits from 0 to 9. +0
1
1362, 2017, 6654, 911, 319, 6702, 4954, 5496, 9213, 402, 1644, 1813, 2059, 2687, 4020, 679, 108, 540, 1396, 4668, 128, 6552, 2546, 1168, 386, 3349, 6363, 900, 4920, 980, 377, 4072, 5825, 700, 1967, 979, 10796, 4081, 4653, 2084, 11509, 3112, 11177 (list; graph; listen)
OFFSET

1,1

COMMENT

The trivial case for i=1 is omitted.

PROGRAM

(PARI) \The first occurrence of 10 digits of i-th root of x ontains all digits 0-9. rootdigits2(n, m) = { local(f, x, y, a, d, s); for(i=2, m, for(x=2, n, f=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; s=0; y=(x^(1/i))*10^9; a=Vec(Str(y)); for(d=1, 10, k=eval(a[d]); if(k==0, k=10); f[k]=1; ); for(j=1, 10, s+=f[j]); if(s==10, print1(x", "); break); ) ) }

CROSSREFS

Adjacent sequences: A119518 A119519 A119520 this_sequence A119522 A119523 A119524

Sequence in context: A125270 A023091 A113507 this_sequence A004930 A004950 A028486

KEYWORD

base,easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 27 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 8 07:45 EST 2009. Contains 166143 sequences.


AT&T Labs Research