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.

A090230 Decimal positions where Pi, E and Phi are the same.

This page as a plain text file.
%I A090230 #7 Mar 29 2014 10:55:11
%S A090230 12,99,169,395,499,595,606,693,824,827,840,940,1282,1291,1384,1594,
%T A090230 1705,1742,1905,2020,2060,2153,2257,2302,2359,2367,2507,2546,2557,
%U A090230 2710,2724,2791,2832,2857,3036,3051,3280,3309,3429,3497,3518,3591,3651,3709,3867
%N A090230 Decimal positions where Pi, E and Phi are the same.
%H A090230 Harvey P. Dale, <a href="/A090230/b090230.txt">Table of n, a(n) for n = 0..1000</a>
%t A090230 dpQ[{a_,b_,c_}]:=a==b==c; Module[{nn=4000,p,e,f},p=RealDigits[Pi,10,nn][[1]]; e=RealDigits[E,10,nn][[1]];f=RealDigits[GoldenRatio,10,nn][[1]]; Flatten[Position[Thread[{p,e,f}],_?dpQ]]-1] (* _Harvey P. Dale_, Dec 20 2012 *)
%K A090230 nonn,base
%O A090230 0,1
%A A090230 Jason Rodgers (Jason628(AT)hotmail.com), Jan 22 2004