The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A106586 Digit next to last in squares ending in 6. 0

%I #22 Dec 14 2023 05:17:14

%S 1,3,9,5,7,7,5,9,3,1,1,3,9,5,7,7,5,9,3,1,1,3,9,5,7,7,5,9,3,1,1,3,9,5,

%T 7,7,5,9,3,1,1,3,9,5,7,7,5,9,3,1,1,3,9,5,7,7,5,9,3,1,1,3,9,5,7,7,5,9,

%U 3,1,1,3,9,5,7,7,5,9,3,1,1,3,9,5,7,7,5,9,3,1,1,3,9,5,7,7,5,9,3,1,1,3,9,5,7

%N Digit next to last in squares ending in 6.

%C Entries are always one of the odd digits 1,3,5,7,9.

%C Palindrome of period 10. [From _Paul Curtz_, Jan 04 2009]

%H <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (1,-1,1,-1,1,-1,1,-1,1).

%F G.f. -x*(1 +2*x +7*x^2 -2*x^3 +9*x^4 -2*x^5 +7*x^6 +2*x^7 +x^8) / ( (x-1) *(1+x+x^2+x^3+x^4) *(1-x+x^2-x^3+x^4) ). - _R. J. Mathar_, Jul 28 2013

%t Mod[Floor[ #^2/10], 10] & /@ Select[Range[700], Mod[ #^2, 10] == 6 &] (* _Ray Chandler_, May 13 2005 *)

%Y Cf. A000290.

%K nonn,base

%O 1,2

%A _Lekraj Beedassy_, May 10 2005

%E Extended by _Ray Chandler_, May 13 2005

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 June 3 23:31 EDT 2024. Contains 373088 sequences. (Running on oeis4.)