The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A108064 Numbers n such that DENEAT(n^n) is prime, where DENEAT(n) = concatenate number of even digits in n, number of odd digits and total number of digits. 0
1, 2, 10, 12, 14, 26, 28, 34, 37, 44, 147, 156, 192, 229, 237, 246, 263, 282, 317, 325, 409, 413, 432, 436, 467, 510, 515, 534, 561, 570, 598, 600, 611, 636, 687, 702, 729, 738, 776, 818, 830, 859, 894, 901, 903, 914, 954, 1000, 1014, 1017, 1054, 1075, 1080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
12 is in the sequence because 12^12 = 8916100448256 has 9 even digits,
4 odd digits and 13 total digits, yielding the prime 9413.
MATHEMATICA
deneatQ[n_]:=Module[{idn=IntegerDigits[n^n]}, PrimeQ[FromDigits[ Join[ IntegerDigits[ Count[ idn, _?EvenQ]], IntegerDigits[Count[idn, _?OddQ]], IntegerDigits[Length[idn]]]]]]; Select[Range[1200], deneatQ] (* Harvey P. Dale, Aug 04 2015 *)
CROSSREFS
Cf. A073053.
Sequence in context: A101222 A349831 A079252 * A057989 A050978 A053449
KEYWORD
base,nonn
AUTHOR
Jason Earls, Jun 03 2005
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 May 27 03:56 EDT 2024. Contains 372847 sequences. (Running on oeis4.)