VOOZH
about
URL: https://oeis.org/A091341
⇱ A091341 - OEIS
login
A091341
Natural numbers written out with their digits grouped in sets of 5 (leading zeros omitted).
1
12345, 67891, 1112, 13141, 51617, 18192, 2122, 23242, 52627, 28293, 3132, 33343, 53637, 38394, 4142, 43444, 54647, 48495, 5152, 53545, 55657, 58596, 6162, 63646, 56667, 68697, 7172, 73747, 57677, 78798, 8182, 83848, 58687, 88899, 9192, 93949
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Harvey P. Dale,
Table of n, a(n) for n = 1..10000
MATHEMATICA
FromDigits/@Partition[IntegerDigits/@Range[100]//Flatten, 5] (*
Harvey P. Dale
, Oct 29 2017 *)
CROSSREFS
Sequence in context:
A104972
A193493
A375692
*
A077298
A255964
A274247
Adjacent sequences:
A091338
A091339
A091340
*
A091342
A091343
A091344
KEYWORD
base
,
easy
,
nonn
AUTHOR
J. Taylor (integersfan(AT)yahoo.com), Mar 01 2004
STATUS
approved