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!)
A181639 Numbers n such that omega(n) = digit-reverse(n). 0
20, 30, 200, 300, 2000, 3000, 20000, 30000, 200000, 300000, 2000000, 3000000, 20000000, 30000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
omega(n) = A001221(n) is the number of distinct primes dividing n.
LINKS
FORMULA
{n: A001221(n) = A004086(n)}
EXAMPLE
300 is in the sequence because omega(300) = reversal(300) = 3.
MATHEMATICA
Do[If[Length[ FactorInteger[ n ]]==FromDigits[Reverse[IntegerDigits[n]]], Print[n]],
{n, 1, 10^9}]
Select[Range[10^9], PrimeNu[#]==FromDigits[Reverse[IntegerDigits[#]]]&] (* or *) Flatten[Table[{2*10^n, 3*10^n}, {n, 10}]] (* Harvey P. Dale, Dec 17 2013 *)
CROSSREFS
Cf. A001221.
Sequence in context: A066214 A285494 A120210 * A166631 A167360 A113760
KEYWORD
nonn,base
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 March 29 11:14 EDT 2024. Contains 371278 sequences. (Running on oeis4.)