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!)
A177856 Numbers m such that m*reversal(m)+1 is a palindrome. 2
1, 2, 10, 13, 14, 23, 31, 32, 40, 41, 100, 1000, 10000, 24000, 42000, 100000, 318317, 713813, 1000000, 10000000, 43029128, 82192034, 100000000, 1000000000, 3632590347, 7430952363, 10000000000, 100000000000, 259218138145, 541831812952, 1000000000000, 10000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Carlos Rivera,P*R(P)+1 = Palprime
MATHEMATICA
rev[n_] := FromDigits[Reverse[IntegerDigits[n]]]; isPal[n_] := n == rev[n]; t = {}; Do[If[isPal[n*rev[n] + 1], AppendTo[t, n]], {n, 10^6}]; t (* T. D. Noe, Mar 15 2012 *)
CROSSREFS
Sequence in context: A368159 A189079 A045218 * A343476 A343477 A296220
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Two missing terms added by Lars Blomberg, Mar 15 2012
a(29)-a(32) from Giovanni Resta, Sep 01 2018
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 May 5 21:49 EDT 2024. Contains 372290 sequences. (Running on oeis4.)