login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A208458 Digits of the Golden Ratio (1+(Sqrt[5]-1)/2) read in decimal as if written in hexadecimal. 3
1, 22, 353, 5656, 90496, 1447939, 23167027, 370672441, 5930759064, 94892145032, 1518274320519, 24292389128308, 388678226052937, 6218851616847000, 99501625869552009, 1592026013912832148, 25472416222605314376, 407558659561685030020, 6520938552986960480328 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Take n digits of the Golden Ratio and read them as hexadecimal digits.
LINKS
EXAMPLE
1618 in hexadecimal is 5656 in decimal, so a(4) = 5656.
MATHEMATICA
With[{dgr=RealDigits[GoldenRatio, 10, 100][[1]]}, Table[FromDigits[ Take[ dgr, n], 16], {n, 20}]]
CROSSREFS
Sequence in context: A332855 A054940 A016265 * A016263 A001718 A199671
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Mar 11 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)