Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A161730
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A161730 Palindromic numbers that are fixed points of the TITO operation (see A161594) and are not products of palindromic primes. +0
3
72927, 76167, 434434, 868868, 1226221, 4778774, 5703075, 8755578, 9386839, 13488431, 43877834, 123848321, 564414465, 777555777, 1072772701, 1946776491, 9935115399, 12467976421, 52854045825, 74663436647, 83361616338, 95829592859 (list; graph; listen)
OFFSET

1,1

COMMENT

The numbers in this sequence are palindromic numbers that are fixed points of the TITO operation and are not primes and are not in A046351.

LINKS

M. F. Hasler, Table of n, a(n) for n=1,...,35. [From M. F. Hasler (MHasler(AT)univ-ag.fr), Jun 25 2009]

T. Khovanova, Turning Numbers Inside Out [From Tanya Khovanova (tanyakh(AT)yahoo.com), Jul 07 2009]

MATHEMATICA

reversepower[{n_, k_}] := FromDigits[Reverse[IntegerDigits[n]]]^k f[n_] := FromDigits[ Reverse[IntegerDigits[Times @@ Map[reversepower, FactorInteger[n]]]]] rev[n_] := FromDigits[Reverse[IntegerDigits[n]]] Select[Range[5000000], rev[ # ] == # && ! PrimeQ[ # ] && f[ # ] == # && Map[rev, Transpose[FactorInteger[ # ]][[1]]] != Transpose[FactorInteger[ # ]][[1]] &]

PROGRAM

(PARI) for( d=1, 19, my(p=10^((d+1)\2), q=10^(d%2)); for( i=p\10, p-1, my(n = i\q*p+R(i), f); A161594(n)==n || next; apply(R, f=factor(n)[, 1])==f && next; print1(n", ") )) /* uses definitions given in A161594 */ [From M. F. Hasler (MHasler(AT)univ-ag.fr), Jun 25 2009]

CROSSREFS

A161594, A161597, A161598, A161600

Sequence in context: A126658 A093212 A114258 this_sequence A071145 A023185 A105648

Adjacent sequences: A161727 A161728 A161729 this_sequence A161731 A161732 A161733

KEYWORD

base,nonn

AUTHOR

Tanya Khovanova (tanyakh(AT)yahoo.com), Jun 17 2009

EXTENSIONS

Edited by N. J. A. Sloane, Jun 23 2009

Terms beyond a(6) from M. F. Hasler (MHasler(AT)univ-ag.fr), Jun 25 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research