login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A280012 a(n) = least positive integer k such that sumdigits(k^2) = n*sumdigits(k). 5
1, 2, 3, 13, 113, 1113, 11113, 211113, 101011113, 1101111211, 110101111211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) exists for any n, since sum_{i=0..n-1} 10^(2^i-1) is an integer with the required property, having n digits 1, with its square having n digits 1 at positions 2^i-1 (n>=i>=1), and n(n-1)/2 digits 2 at positions 2^i+2^j-1 (n>=i>j>=0 i.e. at positions 1<=k<2^(n+1) for k in A099628).
a(12) <= 21201101101122, a(13) <= 10101010101101122. - Giovanni Resta, Apr 15 2017
LINKS
Les Reid, Problem #12, Challenge Problem Archive, Missouri State University Math Department, Academic year 2013-2014.
PROG
(PARI) a(n)=for(k=1, 9e9, sumdigits(k^2)==n*sumdigits(k)&&return(k))
CROSSREFS
Sequence in context: A098462 A125283 A098406 * A224792 A062447 A153888
KEYWORD
nonn,base,more
AUTHOR
M. F. Hasler, Apr 14 2017
EXTENSIONS
a(10)-a(11) from Giovanni Resta, Apr 15 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)