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!)
A028985 Nonsquare palindromes whose sum of divisors is odd. 1
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; text; internal format)
OFFSET
1,1
COMMENTS
Palindromes of the form 2*k^2, with k a nonzero integer. - Stéphane Rézel, Jan 04 2018
LINKS
MATHEMATICA
Select[Array[2 #^2 &, 10^7], PalindromeQ] (* Michael De Vlieger, Jan 10 2018 *)
PROG
(PARI) for(n=1, 10^9, my(d=digits(2*n^2)); if(d==Vecrev(d), print1(2*n^2, ", "))); \\ Joerg Arndt, Jan 10 2018
CROSSREFS
Sequence in context: A009588 A338543 A125264 * A067583 A120378 A012345
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Offset corrected and a(14)-a(21) from Donovan Johnson, Apr 25 2010
a(22)-a(23) from Donovan Johnson, Jun 16 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 April 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)