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!)
A004925 a(n) = floor(n*phi^10), where phi is the golden ratio, A001622. 19
0, 122, 245, 368, 491, 614, 737, 860, 983, 1106, 1229, 1352, 1475, 1598, 1721, 1844, 1967, 2090, 2213, 2336, 2459, 2582, 2705, 2828, 2951, 3074, 3197, 3320, 3443, 3566, 3689, 3812, 3935, 4058, 4181 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A004925:=n->floor(n*((1 + sqrt(5))/2)^10): seq(A004925(n), n=0..100); # Wesley Ivan Hurt, Jul 26 2017
MATHEMATICA
Floor[GoldenRatio^(10)*Range[0, 60]] (* G. C. Greubel, Aug 27 2023 *)
PROG
(Magma) [Floor((123+55*Sqrt(5))*n/2): n in [0..60]]; // G. C. Greubel, Aug 27 2023
(SageMath) [floor(golden_ratio^(10)*n) for n in range(61)] # G. C. Greubel, Aug 27 2023
CROSSREFS
Cf. A001622 (phi).
Sequence in context: A099154 A304605 A158131 * A276303 A224598 A070955
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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)