login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076790 Merge digits of Pi and Phi (golden section) starting with 3. 1
3, 6, 1, 1, 4, 8, 1, 0, 5, 3, 9, 3, 2, 9, 6, 8, 5, 8, 3, 7, 5, 4, 8, 9, 9, 8, 7, 9, 9, 4, 3, 8, 2, 4, 3, 8, 8, 2, 4 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Is the real number 3.611381... irrational? Transcendental?

FORMULA

Pi = 3, 1, 4, 1, 5, 9, 2, ... Phi = 6, 1, 8, 0, 3, 3, 9, ... so we get 3, 6, 1, 1, 3, 8, 1, ...

PROG

(PARI) \ piphi alternating between Pi and Phi digit sequence \ piphi.gp Pi and phi digits merged { piphi(n) = default(realprecision, 10000); p = Pi/10; e = (sqrt(5)-1)/2; default(realprecision, 28); forstep(x=1, n, 2, d = p*10; d1=floor(d); p = frac(d); d2 = e*10; d3 = floor(d2); e = frac(d2); print1(d1" "d3" "); ); }

CROSSREFS

Cf. A058382.

Sequence in context: A177022 A008953 A104611 * A095693 A032660 A102257

Adjacent sequences:  A076787 A076788 A076789 * A076791 A076792 A076793

KEYWORD

base,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 16 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 13:12 EST 2012. Contains 205909 sequences.