VOOZH
about
URL: https://oeis.org/A082255
⇱ A082255 - OEIS
login
A082255
Integer part of (concatenation of (8n-3), (8n-2), (8n-1), (8n), (8n+1), (8n+2), (8n+3), (8n+4) divided by 8).
4
7098637639, 164268952147740, 265279053157841, 366289154167942, 467299255178043, 568309356188144, 669319457198245, 770329558208346, 871339659218447, 972349760228548, 1073359861238649, 11743699622487387
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
COMMENTS
The concatenation is divisible by 8 (and so no "floor" is necessary) for 1 <= n <= 11. - R. Piyo (nagoya314(AT)yahoo.com), Dec 11 2004
LINKS
Table of n, a(n) for n=1..12.
EXAMPLE
a(3) = 2122232425262728/8 = 265279053157841.
MATHEMATICA
Floor[(FromDigits[Flatten[IntegerDigits[#]]])/8]&/@Table[8n+k, {n, 12}, {k, -3, 4}] (*
Harvey P. Dale
, Jul 30 2011 *)
CROSSREFS
Cf.
A082251
,
A082252
,
A082253
,
A082254
,
A082256
.
Sequence in context:
A288274
A078512
A235390
*
A216867
A095926
A198784
Adjacent sequences:
A082252
A082253
A082254
*
A082256
A082257
A082258
KEYWORD
base
,
easy
,
nonn
AUTHOR
Amarnath Murthy
, Apr 11 2003
EXTENSIONS
More terms from
Joshua Zucker
, May 03 2006
STATUS
approved