Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074841
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074841 Square root of n contains n as a string of digits to the immediate right of the decimal point (excluding leading zeros). +0
8
8, 77, 5711, 9797, 77327, 997997, 8053139, 60755907, 62996069, 99979997 (list; graph; listen)
OFFSET

1,1

COMMENT

All numbers of the form (10^n-3)*(10^n+1), n>0, are members. - Robert G. Wilson v Aug 02 2004.

EXAMPLE

The square root of 77327 = 278.077327...

MATHEMATICA

f[n_] := Block[{l = Floor[ Log[10, n] + 1], rd = RealDigits[ Sqrt[n], 10, 24], id = IntegerDigits[n]}, rdd = Drop[ rd[[1]], rd[[2]]]; While[ rdd[[1]] == 0, rdd = Drop[rdd, 1]]; Take[rdd, l] == id]; Do[ If[ StringPosition[ ToString[ N[ Sqrt[n], 24]], ToString[n]] != {}, If[ f[n], Print[n]]], {n, 2, 6 10^8}] (from Robert G. Wilson v Aug 02 2004)

CROSSREFS

Cf. A074762.

Sequence in context: A091691 A024103 A092661 this_sequence A136954 A155600 A091106

Adjacent sequences: A074838 A074839 A074840 this_sequence A074842 A074843 A074844

KEYWORD

nonn,base

AUTHOR

Paul Lusch (plusch(AT)flash.net), Sep 09 2002

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 02 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research