login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062853 When expressed in base 3 and then interpreted in base 4, is a multiple of the original number. 0
0, 1, 2, 53, 91, 182, 194, 273, 546, 582, 948, 1092, 1236, 2184, 2527, 9373, 19238, 28119, 57714, 84357, 173142, 185640, 452807, 21774372, 48833136, 65323116, 1145127998 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

53 in base 3 is 1222, which interpreted in base 4 is 106=2*53

MATHEMATICA

fQ[n_] := Mod[ FromDigits[ IntegerDigits[n, 3], 4], n] == 0; k = 1; lst = {}; While[k < 10^10/8, If[ fQ@k, AppendTo[ lst, k]; Print@k]; k++ ]; lst [From Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 24 2010]

CROSSREFS

Sequence in context: A200087 A139841 A167771 * A059703 A041337 A139844

Adjacent sequences:  A062850 A062851 A062852 * A062854 A062855 A062856

KEYWORD

base,nonn

AUTHOR

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

EXTENSIONS

a(21) - a(27) from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 24 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:43 EST 2012. Contains 205904 sequences.