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!)
A004943 a(n) = round(n*phi^8), where phi is the golden ratio, A001622. 5
0, 47, 94, 141, 188, 235, 282, 329, 376, 423, 470, 517, 564, 611, 658, 705, 752, 799, 846, 893, 940, 987, 1034, 1081, 1127, 1174, 1221, 1268, 1315, 1362, 1409, 1456, 1503, 1550, 1597, 1644, 1691, 1738, 1785 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n+48) - a(n+47) - a(n+1) + a(n) = 0 for 0 <= n <= 1055, but not for n = 1056. - Robert Israel, Oct 18 2023
LINKS
MAPLE
p8:= simplify(((1+sqrt(5))/2)^8);
seq(round(n*p8), n=0..100); # Robert Israel, Oct 18 2023
MATHEMATICA
Round[GoldenRatio^8 Range[0, 40]] (* Harvey P. Dale, Sep 18 2023 *)
CROSSREFS
Sequence in context: A139968 A132451 A217355 * A004963 A061153 A335076
KEYWORD
nonn
AUTHOR
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 24 16:56 EDT 2024. Contains 371962 sequences. (Running on oeis4.)