login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A133057
Decimal expansion of (e + Pi + phi)/3.
1
2, 4, 9, 2, 6, 3, 6, 1, 5, 6, 9, 3, 2, 9, 1, 1, 1, 0, 7, 3, 4, 2, 5, 0, 5, 8, 9, 6, 3, 3, 2, 6, 0, 1, 1, 6, 6, 5, 5, 8, 2, 4, 1, 8, 9, 0, 9, 6, 0, 2, 7, 6, 0, 8, 6, 0, 2, 5, 7, 8, 6, 9, 4, 7, 5, 7, 9, 0, 5, 1, 1, 6, 6, 4, 8, 6, 2, 1, 9, 6, 8, 0, 9, 6, 8, 8, 7, 4, 7, 3, 6, 0, 1, 8, 8, 9, 1, 5, 4, 4
OFFSET
1,1
LINKS
EXAMPLE
2.492636156932911...
MATHEMATICA
RealDigits[(E + Pi + GoldenRatio)/3, 10, 50][[1]] (* G. C. Greubel, Oct 03 2017 *)
PROG
(PARI) (exp(1) + Pi + (1+sqrt(5))/2)/3 \\ G. C. Greubel, Oct 03 2017
CROSSREFS
KEYWORD
cons,easy,nonn
AUTHOR
Omar E. Pol, Nov 10 2007
EXTENSIONS
Terms a(29) onward added by G. C. Greubel, Oct 03 2017
STATUS
approved