|
Search: id:A131495
|
|
|
| A131495 |
|
Values of n such that n^n starts with the digits of n. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
All natural numbers of the form 10^k are in the sequence. There is no further term up to 60000. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Nov 06 2007
|
|
EXAMPLE
|
278 is a term of the sequence because 278^278 = 278.261... * 10^677, which starts with 278.
|
|
PROGRAM
|
(PARI) s=1; for(i=1, 1500, s=i^i; while(s-i>11, s=s/10); if(floor(s)==i, printp1(i, ", "), ))
|
|
CROSSREFS
|
Sequence in context: A023109 A033866 A007811 this_sequence A060630 A070199 A015445
Adjacent sequences: A131492 A131493 A131494 this_sequence A131496 A131497 A131498
|
|
KEYWORD
|
more,nonn,base
|
|
AUTHOR
|
Randy L. Ekl (Randy.Ekl(AT)Motorola.com), Aug 12 2007
|
|
EXTENSIONS
|
One more term from Farideh Firoozbakht (mymontain(AT)yahoo.com), Nov 06 2007
|
|
|
Search completed in 0.002 seconds
|