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!)
A256364 Numbers that are multiple-digit narcissistic numbers in exactly five bases. 7

%I #16 Feb 17 2021 23:26:37

%S 274625,465125,528125,710645,912925,983125

%N Numbers that are multiple-digit narcissistic numbers in exactly five bases.

%H W. Schneider, <a href="http://web.archive.org/web/20050213060737/http://www.wschnei.de/digit-related-numbers/pdi.html">Perfect Digital Invariants: Pluperfect Digital Invariants(PPDIs)</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/NarcissisticNumber.html">Narcissistic Number</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Narcissistic_number">Narcissistic number</a>

%e a(1) = 274625 because this is the first number that is a multiple-digit narcissistic number in exactly five bases (528, 603, 1318, 1958 and 4217).

%o (PARI) for(n=3, 1000000, k=0; for(z=2, n, y=n; j=0; L=List(); until(y==0, x=y%z; j++; listinsert(L, x, j); while(!((y%z)==0), y--); y=y/z); t=0; for(p=1, j, t+=L[p]^j); if(n==t, k++)); if(k==5, print1(n, ", ")))

%Y Cf. A005188.

%Y Cf. A256359 (every number of bases).

%Y Cf. A256360, A256361, A256362, A256363, A256365 (1 to 4 and 6 bases).

%Y Cf. A256459 (first occurrences).

%K nonn,base,more

%O 1,1

%A _Tim Johannes Ohrtmann_, Mar 30 2015

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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)