login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A185367 First n-digit square in the digits of the golden ratio. 0
1, 16, 484, 576, 12544, 389376, 3154176, 31203396, 31203396, 32035600, 59993644096 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Squares are allowed to have prefix 0 (see example).
LINKS
EXAMPLE
a(4) = 576 is the first square that occurs in the sequence of the 4 decimal digits ...0576... with the index 48 in A001622.
MAPLE
Digits := 10000: p0 := evalf((1+sqrt(5))/2):for d from 1 to 20 do: id:=0:for
i from 0 to 50000 while(id=0) do :q0:=trunc(p0*10^(i+d-1)): x:= irem(q0, 10^d):
if sqrt(x)=floor(sqrt(x)) then printf(`%d, `, x):id:=1: else fi:od:od:
CROSSREFS
Cf. A001622.
Sequence in context: A239401 A254633 A283327 * A209352 A209392 A209022
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Feb 20 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 December 10 22:38 EST 2023. Contains 367717 sequences. (Running on oeis4.)