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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A049329 Numbers n such that n is a substring of n^n. 5
1, 5, 6, 9, 10, 11, 16, 17, 19, 21, 24, 25, 28, 31, 32, 33, 35, 36, 37, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 60, 61, 63, 64, 66, 71, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 86, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 108, 111, 115 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Charles R Greathouse IV, Table of n, a(n) for n = 1..10000

MATHEMATICA

ssQ[n_]:=Module[{idn=IntegerDigits[n]}, MemberQ[Partition[IntegerDigits[n^n], Length[idn], 1], idn]]; Select[Range[120], ssQ]  (* From Harvey P. Dale, Apr 1 2011 *)

CROSSREFS

Sequence in context: A118261 A021641 A087176 * A195925 A188191 A117827

Adjacent sequences:  A049326 A049327 A049328 * A049330 A049331 A049332

KEYWORD

base,nonn,easy,nice

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

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 16 03:44 EST 2012. Contains 205860 sequences.