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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072496 k-morphic numbers for any k such that (k-1)/10 is an odd integer not divisible by 5. 1
4, 5, 6, 9, 11, 16, 19, 21, 24, 25, 29, 31, 36, 39, 41, 44, 49, 51, 56, 59, 61, 64, 69, 71, 75, 76, 81, 84, 89, 91, 96, 99, 101, 125, 149, 151, 176, 199, 201, 224, 249, 251, 299, 301, 349, 351, 375, 376, 399, 401, 424, 449, 451, 499, 501, 549, 551, 576 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Definition: n is a k-morphic number if n^k ends with n

3-morphic numbers = 7-morphic numbers, see A033819; 5-morphic numbers = 13-morphic numbers, see A068407.

PROG

(PARI) k=11; for(n=1, 10000, if((n^k)%(10^ceil(log(n)/log(10)))==n; print1(n, ", ")))

CROSSREFS

Cf. A072495.

Sequence in context: A206822 A195993 A010456 * A047431 A182719 A003156

Adjacent sequences:  A072493 A072494 A072495 * A072497 A072498 A072499

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Oct 19 2002

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 04:26 EST 2012. Contains 205978 sequences.