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!)
A034103 Fractional part of square root of a(n) starts with digit 7. 1

%I #15 Sep 03 2020 09:45:54

%S 3,14,23,33,45,46,60,76,77,95,96,115,116,137,138,139,162,163,188,189,

%T 190,217,218,219,247,248,249,279,280,281,282,314,315,316,350,351,352,

%U 353,389,390,391,392,429,430,431,432,471,472,473,474,475,516,517,518

%N Fractional part of square root of a(n) starts with digit 7.

%o (PARI) for(k=1,520,my(s=sqrt(k),d=floor(10*(s-floor(s))));if(d==7,print1(k,", "))) \\ _Hugo Pfoertner_, Aug 05 2020

%Y Cf. A034113.

%K nonn,easy,base

%O 1,1

%A _Patrick De Geest_, Sep 15 1998

%E a(52) corrected by _Sean A. Irvine_, Aug 03 2020

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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)