Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062920
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062920 When expressed in base 4 and then interpreted in base 5, is a multiple of the original number. +0
1
0, 1, 2, 3, 1060, 2137, 3197, 3214, 3217, 3337, 313259, 313406, 730473, 2304689, 2416087, 3579260 (list; graph; listen)
OFFSET

0,3

EXAMPLE

3 in base 4 is 3, which interpreted in base 5 is 3=1*3

PROGRAM

(PARI) baseE(x, b)= { local(d, e, f); e=0; f=1; while (x>0, d=x-b*(x\b); x\=b; e+=d*f; f=f*10); return(e) } baseI(x, b)= { local(d, e, f); e=0; f=1; while (x>0, d=x-10*(x\10); x\=10; e+=d*f; f=f*b); return(e) } { n=-1; for (m=0, 10^9, x=baseI(baseE(m, 4), 5); if (x%m == 0, write("b062920.txt", n++, " ", m); if (n==15, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 13 2009]

CROSSREFS

Sequence in context: A076155 A136611 A004898 this_sequence A036111 A097549 A004909

Adjacent sequences: A062917 A062918 A062919 this_sequence A062921 A062922 A062923

KEYWORD

base,nonn

AUTHOR

Erich Friedman (efriedma(AT)stetson.edu), Jul 21 2001

EXTENSIONS

More terms from Naohiro Nomoto (6284968128(AT)geocities.co.jp), Aug 06 2001

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 December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research