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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131495 Values of n such that n^n starts with the digits of n. 0
1, 10, 19, 100, 278, 1000, 10000, 100000, 486935, 1000000, 4747520, 10000000, 100000000, 112033551, 181695081, 499895124, 979848425, 1000000000, 10000000000, 19412627434, 100000000000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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.

19412627434^19412627434 = 19412627434.11420738589... * 10^199718747897 [From Berend Jan van der Zwaag (b.j.vanderzwaag(AT)utwente.nl), Aug 12 2009]

PROG

(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: A146091 A007811 A166706 * A060630 A070199 A015445

Adjacent sequences:  A131492 A131493 A131494 * 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

More terms from Berend Jan van der Zwaag (b.j.vanderzwaag(AT)utwente.nl), Aug 12 2009

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 17 00:09 EST 2012. Contains 205978 sequences.