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!)
A181637 Numbers n such that lambda(n) = reversal(n). 0
1, 40, 210, 8656341, 86563410 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Lambda(n) is the Carmichael lambda function A002322.
LINKS
EXAMPLE
210 is in the sequence because lambda(210)= reversal(210) = 12.
MATHEMATICA
Do[If[CarmichaelLambda [n] == FromDigits[Reverse[IntegerDigits[n]]], Print[n]], {n, 1, 10^8}]
PROG
(PARI) isok(n) = lcm(znstar(n)[2]) == subst(Polrev(digits(n)), x, 10); \\ Michel Marcus, Mar 18 2016
CROSSREFS
Sequence in context: A077818 A247405 A235270 * A111176 A072108 A218404
KEYWORD
nonn,base,more
AUTHOR
Michel Lagneau, Nov 18 2010
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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)