|
Search: id:A082576
|
|
|
| A082576 |
|
Numbers n such that n^n has final digits the same as all digits of n. |
|
+0 1
|
|
| 1, 5, 6, 9, 11, 16, 21, 25, 31, 36, 41, 49, 51, 56, 57, 61, 71, 75, 76, 81, 91, 93, 96, 99, 101, 125, 151, 176, 193, 201, 249, 251, 301, 351, 375, 376, 401, 451, 499, 501, 551, 557, 576, 601, 625, 651, 693, 701, 749, 751, 776, 801, 851, 875, 901, 951, 976, 999
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
Suggested by Herb Conn, HCR 83, Box 93, Custer, SD 57730
|
|
LINKS
|
Index entries for sequences related to automorphic numbers
|
|
EXAMPLE
|
9^9 = 387420489 ends in 9; 31^31 = 17069174130723235958610643029059314756044734431 ends in 31.
|
|
PROGRAM
|
(PARI) for (d = 1, 4, for (i = 10^(d - 1), 10^d - 1, x = Mod(i, 10^d); if (x^i == x, print(i)))) - David Wasserman (dwasserm(AT)earthlink.net), Oct 27 2006
|
|
CROSSREFS
|
Sequence in context: A117827 A134736 A137859 this_sequence A074185 A047438 A117951
Adjacent sequences: A082573 A082574 A082575 this_sequence A082577 A082578 A082579
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Gary W. Adamson (qntmpkt(AT)yahoo.com), May 07 2003
|
|
EXTENSIONS
|
More terms from David Wasserman (dwasserm(AT)earthlink.net), Oct 27 2006
|
|
|
Search completed in 0.002 seconds
|