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!)
A259433 Irregular table read by rows: suppose n has d decimal digits; then T(n,j) for 1 <= j <= d is the number obtained by discarding the d-j least significant digits of n. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 10, 1, 11, 1, 12, 1, 13, 1, 14, 1, 15, 1, 16, 1, 17, 1, 18, 1, 19, 2, 20, 2, 21, 2, 22, 2, 23, 2, 24, 2, 25, 2, 26, 2, 27, 2, 28, 2, 29, 3, 30, 3, 31, 3, 32, 3, 33, 3, 34, 3, 35, 3, 36, 3, 37, 3, 38, 3, 39, 4, 40, 4, 41, 4, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Table begins:
1;
2;
3;
4;
5;
6;
7;
8;
9;
1, 10;
1, 11;
1, 12;
...
1, 10, 100;
1, 10, 101;
...
MATHEMATICA
Flatten[Table[
FromDigits[Take[IntegerDigits[r], j]], {r, 150}, {j,
Length[IntegerDigits[r]]}]] (* Kellen Myers, Aug 16 2015 *)
CROSSREFS
Cf. A259434.
Sequence in context: A052500 A355632 A179933 * A344487 A047813 A084051
KEYWORD
nonn,base,tabf
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 August 11 23:45 EDT 2024. Contains 375082 sequences. (Running on oeis4.)