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!)
A082577 a(n) = first digit to the right of decimal point of n*(sqrt(5)-1)/2. 0
6, 2, 8, 4, 0, 7, 3, 9, 5, 1, 7, 4, 0, 6, 2, 8, 5, 1, 7, 3, 9, 5, 2, 8, 4, 0, 6, 3, 9, 5, 1, 7, 3, 0, 6, 2, 8, 4, 1, 7, 3, 9, 5, 1, 8, 4, 0, 6, 2, 9, 5, 1, 7, 3, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
J. Kappraff, Beyond Measure, World Scientific, 2002, p. 537.
LINKS
FORMULA
n*0.618033989..., discard integer, then extract first digit to right of decimal.
EXAMPLE
12th term is 4 since (12)(.618033989...) = 7.4164...
PROG
(PARI) a(n)=(sqrtint(125*n^2)-n%2*5)%10 \\ Charles R Greathouse IV, Feb 11 2024
CROSSREFS
Sequence in context: A019692 A031259 A059629 * A098686 A079718 A062771
KEYWORD
nonn,base,easy
AUTHOR
Gary W. Adamson, May 07 2003
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 April 26 03:06 EDT 2024. Contains 371989 sequences. (Running on oeis4.)