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.

A056036 5-morphic but not bimorphic, automorphic nor trimorphic.

This page as a plain text file.
%I A056036 #4 Mar 30 2012 17:30:25
%S A056036 2,3,7,8,32,43,57,68,93,193,307,432,443,557,568,693,807,943,1251,1693,
%T A056036 1875,2057,2499,2501,2943,3125,3307,3568,3749,4193,4557,5443,5807,
%U A056036 6251,6432,6693,6875,7057,7499,7501,7943,8125,8307,8749,9193,9557,13568
%N A056036 5-morphic but not bimorphic, automorphic nor trimorphic.
%t A056036 Do[x=Floor[N[Log[10, n],25]]+1; If[Mod[n^5, 10^x] == n,If[Mod[n^2, 10^x]!= n, If[Mod[n^3, 10^x]!= n,Print[n]]]], {n,1,50000}]
%Y A056036 Cf. A003226 and A033819.
%K A056036 easy,nonn
%O A056036 1,1
%A A056036 _Robert G. Wilson v_, Jul 24 2000