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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147824 Minimum number k for which the digital sum of k*n is 4n. 2
0, 4, 4, 13, 22, 139, 133, 427, 1111, 1111, 49999, 40909, 49999, 69223, 357142 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MAPLE

P:=proc(i) local j, k, n, ok, w; for n from 0 by 1 to i do j:=-1; ok:=1; while ok=1 do j:=j+1; w:=0; k:=n*j; while k>0 do w:=w+k-(trunc(k/10)*10); k:=trunc(k/10); od; if w=4*n then ok:=0; print(j); fi; od; od; end: P(100);

CROSSREFS

A147822, A147823, A147825-A147831

Sequence in context: A052993 A005301 A099924 * A019081 A059443 A097335

Adjacent sequences:  A147821 A147822 A147823 * A147825 A147826 A147827

KEYWORD

easy,nonn,base

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (paoloplava(AT)gmail.com), Nov 14 2008

EXTENSIONS

Edited by Charles R Greathouse IV (charles.greathouse(AT)case.edu), Nov 01 2009

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 15 08:49 EST 2012. Contains 205740 sequences.