cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A087407 Multiples of 4 with digits grouped in pairs and leading zeros omitted.

This page as a plain text file.
%I A087407 #8 Mar 20 2015 03:26:51
%S A087407 48,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,
%T A087407 10,1,4,10,81,12,11,61,20,12,41,28,13,21,36,14,1,44,14,81,52,15,61,60,
%U A087407 16,41,68,17,21,76,18,1,84,18,81,92,19,62,0,20,42,8,21,22,16,22,2,24,22
%N A087407 Multiples of 4 with digits grouped in pairs and leading zeros omitted.
%t A087407 FromDigits /@ Partition[ Flatten[ IntegerDigits[ Table[ 4n, {n, 1, 60}]]], 2] (* _Robert G. Wilson v_ *)
%Y A087407 Cf. A008586, A059805, A087406, A060936, A087408, A087409, A087075, A087410, A087411.
%K A087407 nonn,easy,base
%O A087407 1,1
%A A087407 _N. J. A. Sloane_, Oct 19 2003
%E A087407 More terms from _Ray Chandler_, Oct 20 2003