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!)
A197722 Smallest number k such that k^2 begins with n^3. 0
1, 9, 52, 8, 112, 147, 586, 716, 27, 100, 1154, 4157, 4688, 5239, 581, 64, 22166, 2415, 2619, 28285, 30432, 10319, 34882, 37181, 125, 41924, 44366, 46853, 15617, 51962, 54582, 18102, 59948, 62693, 207063, 216, 71171, 74076, 77019, 800, 83019, 272192, 28197 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6) = 147 because 147^2 = 21609 starts with 216 = 6^3.
MATHEMATICA
f[n_]:=Block[{k = 0, m}, While[m = Max[0, Floor@Log[10, k^2]-Floor@Log[10, n^3]]; (k^2-Mod[k^2, 10^m])/10^m != n^3, k++]; k]; Array[f, 43]
CROSSREFS
See A138173 (smallest m such that m^3 begins with n^2).
Sequence in context: A231748 A181161 A152580 * A172470 A120665 A163941
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Oct 17 2011
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 April 24 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)