login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A028985 Nonsquare palindromes whose sum of divisors is odd. 0
2, 8, 242, 20402, 24642, 2004002, 2138312, 2468642, 85099058, 200040002, 204060402, 242484242, 291080192, 20000400002, 20442824402, 24204840242, 29956665992, 88484148488, 297738837792, 2000004000002, 2004006004002, 2040608060402, 2420048400242 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

r[n_]:=FromDigits[Reverse[IntegerDigits[n, 10]], 10]; f[n_]:=n==r[n]&&IntegerQ[Sqrt[n+r[n]]]; Timing[lst={}; Do[If[f[n], AppendTo[lst, n]], {n, 1, 12!}]; lst] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 10 2009]

CROSSREFS

Sequence in context: A091503 A009588 A125264 * A067583 A120378 A012345

Adjacent sequences:  A028982 A028983 A028984 * A028986 A028987 A028988

KEYWORD

nonn,base

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com)

EXTENSIONS

Offset corrected and a(14)-a(21) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Apr 25 2010

a(22)-a(23) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Jun 16 2011

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 02:38 EST 2012. Contains 205689 sequences.