Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A076426
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A076426 Fixed points of the mapping k -> abs(reverse(lpd(k))-reverse(Lpf(k))). lpd(k) is the largest proper divisor and Lpf(k) is the largest prime factor of k. +0
3
5750, 33866, 74841, 517250, 577750, 5538710 (list; graph; listen)
OFFSET

0,1

COMMENT

Besides these fixed points (cycles of length 1) there are five cycles of length 2 ([9378, 9739], [518775, 522075], [5170250, 5197250], [5219475, 5249775], [5255750, 5755250]) and one cycle of length 3 ([7285, 7467, 9711]) below 8000000.

FORMULA

abs(reverse(lpd(n))-reverse(Lpf(n))) = n.

EXAMPLE

lpd(5750) = 2875; Lpf(5750) = 23; 5782 - 32 = 5750.

PROGRAM

(PARI) {for(n=1, 34000, v=divisors(n); a=matsize(v)[2]; z=if(a>1, v[a-1], 1); p=0; while(z>0, d=divrem(z, 10); z=d[1]; p=10*p+d[2]); z=if(n==1, 1, vecmax(component(factor(n), 1))); q=0; while(z>0, d=divrem(z, 10); z=d[1]; q=10*q+d[2]); if(abs(p-q)==n, print1(n, ", ")))}

CROSSREFS

Cf. A076423, A076425.

Sequence in context: A028547 A043484 A069301 this_sequence A055354 A053862 A096399

Adjacent sequences: A076423 A076424 A076425 this_sequence A076427 A076428 A076429

KEYWORD

base,more,nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 11 2002

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 September 5 17:15 EDT 2008. Contains 143476 sequences.


AT&T Labs Research