|
|
A034285
|
|
Decimal part of a(n)^(1/10) starts with a 'nine digits' anagram.
|
|
0
|
|
|
144, 346, 2863, 8378, 9134, 12518, 12528, 17402, 23115, 25115, 30966, 31734, 34032, 34319, 34851, 35597, 39209, 41519, 50128, 50397, 50729, 51160, 51191, 51867, 90179, 92552, 93960, 94270, 94304, 98872, 100151, 102260, 104540, 105609
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,1
|
|
LINKS
|
Table of n, a(n) for n=0..33.
P. De Geest, Nine Digits Digressions
|
|
EXAMPLE
|
92552^(1/10) = 3.{137896254}602580...
|
|
MATHEMATICA
|
ndaQ[k_]:=With[{c=N[Surd[k, 10], 20]}, Sort[NumberDigit[c, Range[-9, -1]]] == Range[9]]; Select[Range[10000], ndaQ] (* Harvey P. Dale, Nov 07 2021 *)
|
|
CROSSREFS
|
Sequence in context: A030633 A189988 A232892 * A211469 A248551 A178972
Adjacent sequences: A034282 A034283 A034284 * A034286 A034287 A034288
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Patrick De Geest, Oct 15 1998
|
|
STATUS
|
approved
|
|
|
|