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!)
A099150 Positive integers k such that f(k)+f(k)=concatenation of k and k, where f(k)=k(k+3)/2 (A000096). 5
8, 98, 998, 9998, 99998, 999998, 9999998, 99999998, 999999998, 9999999998, 99999999998, 999999999998, 9999999999998, 99999999999998, 999999999999998, 9999999999999998, 99999999999999998, 999999999999999998, 9999999999999999998, 99999999999999999998 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
By the definition, k*(k+3) = k*10^m+k. So k+3 = 10^m+1, that is k = 10^m-2. - Seiichi Manyama, Aug 31 2019
LINKS
FORMULA
a(n) = A002283(n) - 1 = 10^n - 2. - Seiichi Manyama, Aug 31 2019
From Chai Wah Wu, Jun 15 2020: (Start)
a(n) = 11*a(n-1) - 10*a(n-2) for n > 2.
G.f.: x*(10*x + 8)/((x - 1)*(10*x - 1)). (End)
EXAMPLE
99998*(99998+3) = 9999899998 (concatenation of 99998 and 99998).
PROG
(PARI) for(k=1, 1e9, if(k*(k+3)==eval(Str(k, k)), print1(k", "))) \\ Seiichi Manyama, Aug 31 2019
(PARI) {a(n) = 10^n-2} \\ Seiichi Manyama, Aug 31 2019
CROSSREFS
Sequence in context: A116287 A290242 A116229 * A199029 A228329 A228794
KEYWORD
nonn,base,easy
AUTHOR
John W. Layman, Sep 30 2004
EXTENSIONS
a(9)-a(20) from Seiichi Manyama, Aug 31 2019
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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)