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.

A182775 Giza nonprimes.

This page as a plain text file.
%I A182775 #12 Nov 21 2013 12:50:06
%S A182775 1,4,6,8,9,121,232,343,454,565,676,898,12321,23432,45654,56765,67876,
%T A182775 78987,1234321,2345432,3456543,4567654,5678765,6789876,123454321,
%U A182775 234565432,456787654,567898765,12345654321,23456765432,45678987654
%N A182775 Giza nonprimes.
%C A182775 I propose the name Giza nonprimes.
%C A182775 The total number of terms is 37. The largest is 12345678987654321 which is also the largest mountain number A134941.
%F A182775 A018252 INTERSECT A134810.
%e A182775 a(6)=121 is in the sequence because 121 is a nonprime number A018252 and 121 is also a Giza number A134810.
%e A182775 The last six terms of this finite sequence are
%e A182775 a(32) = 1234567654321
%e A182775 a(33) = 2345678765432
%e A182775 a(34) = 3456789876543
%e A182775 a(35) = 123456787654321
%e A182775 a(36) = 234567898765432
%e A182775 a(37) = 12345678987654321
%e A182775 Illustration of a(37) as a Giza nonprime:
%e A182775 . . . . . . . . 9 . . . . . . . .
%e A182775 . . . . . . . 8 . 8 . . . . . . .
%e A182775 . . . . . . 7 . . . 7 . . . . . .
%e A182775 . . . . . 6 . . . . . 6 . . . . .
%e A182775 . . . . 5 . . . . . . . 5 . . . .
%e A182775 . . . 4 . . . . . . . . . 4 . . .
%e A182775 . . 3 . . . . . . . . . . . 3 . .
%e A182775 . 2 . . . . . . . . . . . . . 2 .
%e A182775 1 . . . . . . . . . . . . . . . 1
%t A182775 Select[Union[FromDigits/@Select[Flatten[Table[Table[Join[Range[i,i+n], Reverse[ Most[ Range[ i,i+n]]]],{n,0,9}],{i,9}],1],Max[#]<10&]], !PrimeQ[#]&] (* _Harvey P. Dale_, Aug 23 2011 *)
%Y A182775 Cf. A018252, A134810, A134811, A134941, A182776.
%K A182775 nonn,base,easy,fini
%O A182775 1,2
%A A182775 _Omar E. Pol_, Dec 16 2010