login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A265889 Primes which are multiple-digit narcissistic numbers in at least one base. 1
5, 13, 17, 29, 37, 41, 43, 53, 61, 83, 97, 101, 109, 113, 127, 173, 181, 197, 229, 257, 281, 293, 307, 313, 353, 397, 401, 419, 421, 433, 457, 541, 577, 613, 641, 661, 677, 701, 733, 761, 769, 811, 857, 863, 997, 1013, 1061, 1093, 1153, 1201, 1229, 1277, 1297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Tim Johannes Ohrtmann, Table of n, a(n) for n = 1..2879
MATHEMATICA
Select[Prime@ Range@ 250, Function[k, AnyTrue[Range[2, k], Total[#^Length@ #] &@ IntegerDigits[k, #] == k &]]] (* Version 10, or *)
Select[Prime@ Range@ 250, Function[k, Total@ Boole[Total[#^Length@ #] &@ IntegerDigits[k, #] == k & /@ Range[2, k]] > 0]] (* Michael De Vlieger, Apr 30 2016 *)
CROSSREFS
Intersection of A000040 and A256359.
Sequence in context: A078900 A113482 A208853 * A359151 A191218 A279857
KEYWORD
nonn,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 11:46 EDT 2024. Contains 371241 sequences. (Running on oeis4.)