login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A034281
Numbers k such that the decimal part of k^(1/6) starts with a 'nine digits' anagram.
1
648, 695, 1979, 7509, 9214, 12567, 19740, 21555, 24235, 24646, 25624, 27427, 30717, 30748, 44205, 53789, 55838, 61002, 61621, 63705, 64087, 65329, 66100, 66159, 67099, 67922, 71252, 74875, 76443, 83587, 84488, 88469, 89609, 93389
OFFSET
1,1
EXAMPLE
84488^(1/6) = 6.{624185793}582700...
MATHEMATICA
ndaQ[n_]:=Module[{rdn=RealDigits[n^(1/6), 10, 15], ts=Range[9], ds}, ds= Sort[Take[ Drop[rdn[[1]], rdn[[2]]], 9]]; ds==ts]; Select[Range[100000], ndaQ] (* Harvey P. Dale, Mar 30 2012 *)
CROSSREFS
Cf. A034277.
Sequence in context: A114827 A334896 A271639 * A157432 A272780 A171606
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Oct 15 1998
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 14 2024
STATUS
approved