The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A367342 a(n) = n+1 for n = 1 to 8; a(n) = 100 + a(n-8) for n = 9 to 16; thereafter a(8*i+j) = 10^(i+1) + a(8*(i-1)+j) for i >= 2, 1 <= j <= 8. 2
2, 3, 4, 5, 6, 7, 8, 9, 102, 103, 104, 105, 106, 107, 108, 109, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 11102, 11103, 11104, 11105, 11106, 11107, 11108, 11109, 111102, 111103, 111104, 111105, 111106, 111107, 111108, 111109, 1111102, 1111103, 1111104, 1111105, 1111106, 1111107, 1111108, 1111109 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjectured to equal A367341(n)/9.
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,-10).
FORMULA
a(n) = ((10^i-1)/9)*100 + j, where i = floor((n-1)/8) and j = (n-1) mod 8 + 2.
MATHEMATICA
A367342[n_]:=100(10^Floor[(n-1)/8]-1)/9+Mod[n-1, 8]+2; Array[A367342, 100] (* Paolo Xausa, Nov 17 2023 *)
CROSSREFS
Cf. A367341.
Sequence in context: A154562 A193409 A280823 * A302656 A077726 A061479
KEYWORD
nonn,easy
AUTHOR
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 May 26 10:56 EDT 2024. Contains 372824 sequences. (Running on oeis4.)