login
This site is supported by donations 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
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, 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, 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 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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

Palindrome of period 10. [From Paul Curtz (bpcrtz(AT)free.fr), Jan 04 2009]

FORMULA

a(n)=(1/45)*{5*(n mod 10)+14*[(n+1) mod 10]+32*[(n+2) mod 10]-13*[(n+3) mod 10]+14*[(n+4) mod 10]+5*[(n+5) mod 10]-4*[(n+6) mod 10]+23*[(n+7) mod 10]-22*[(n+8) mod 10]-4*[(n+9) mod 10]}, wirh n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Jan 19 2009]

MATHEMATICA

Mod[Floor[ #^2/10], 10] & /@ Select[Range[700], Mod[ #^2, 10] == 6 &] (*Chandler*)

CROSSREFS

Cf. A000290.

Sequence in context: A085851 A092041 A193075 * A010633 A199053 A200595

Adjacent sequences:  A106583 A106584 A106585 * A106587 A106588 A106589

KEYWORD

nonn,base

AUTHOR

Lekraj Beedassy (blekraj(AT)yahoo.com), May 10 2005

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), May 13 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.