Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063114
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063114 n + product of nonzero digits of n. +0
17
2, 4, 6, 8, 10, 12, 14, 16, 18, 11, 12, 14, 16, 18, 20, 22, 24, 26, 28, 22, 23, 26, 29, 32, 35, 38, 41, 44, 47, 33, 34, 38, 42, 46, 50, 54, 58, 62, 66, 44, 45, 50, 55, 60, 65, 70, 75, 80, 85, 55, 56, 62, 68, 74, 80, 86, 92, 98, 104, 66, 67, 74, 81, 88, 95, 102, 109, 116 (list; graph; listen)
OFFSET

1,1

LINKS

P. A. Loomis, An Interesting Family of Iterated Sequences

EXAMPLE

a(59) = 59 + 5*9 = 104. a(66) = 66 + 6*6 = 102.

MATHEMATICA

Table[i+Times@@(IntegerDigits[i]/. 0->1), {i, 70}]

PROGRAM

(ARIBAS): var stk: stack; end; for n := 1 to 80 do s := itoa(n); for j := 0 to length(s) -1 do k := atoi(s[j..j]); if k > 0 then stack_push(stk, k); end; end; write(n + product(stack2array(stk)), " "); end;

CROSSREFS

Cf. A063108, A063112, A063113, A063543.

Adjacent sequences: A063111 A063112 A063113 this_sequence A063115 A063116 A063117

Sequence in context: A097586 A098727 A095815 this_sequence A064806 A062028 A070196

KEYWORD

nonn,easy,base

AUTHOR

njas, Aug 08 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 09 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 October 11 09:12 EDT 2008. Contains 144832 sequences.


AT&T Labs Research