login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A060110
Numbers in Morse code, with 1 for a dot, 2 for a dash and 0 between digits/letters and then converted from base 3 to base 10.
3
242, 161, 134, 125, 122, 121, 202, 229, 238, 241, 117611, 117530, 117503, 117494, 117491, 117490, 117571, 117598, 117607, 117610, 97928, 97847, 97820, 97811, 97808, 97807, 97888, 97915, 97924, 97927, 91367, 91286, 91259, 91250, 91247
OFFSET
0,1
COMMENTS
The mentioned base 3 representation of the terms (digits 0, 1 and 2) is given in A060109. - M. F. Hasler, Jun 22 2020
LINKS
FORMULA
A007089(a(n)) = A060109(n). - Reinhard Zumkeller, Feb 20 2015
EXAMPLE
a(10) = 12222022222[base 3] = 117611[base 10] since 1 is ".----" and 0 is "-----".
PROG
(Haskell)
a060110 = t . a060109 where
t 0 = 0
t n = if n == 0 then 0 else 3 * t n' + d where (n', d) = divMod n 10
-- Reinhard Zumkeller, Feb 20 2015
(PARI) apply( {A060110(n)=if(n>9, self()(n\10)*3^6)+fromdigits([1+(abs(k-n%10)>2)|k<-[3..7]], 3)}, [0..39]) \\ M. F. Hasler, Jun 23 2020
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Henry Bottomley, Feb 28 2001
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy