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!)
A004959 a(n) = ceiling(n*phi^4), where phi is the golden ratio, A001622. 1
0, 7, 14, 21, 28, 35, 42, 48, 55, 62, 69, 76, 83, 90, 96, 103, 110, 117, 124, 131, 138, 144, 151, 158, 165, 172, 179, 186, 192, 199, 206, 213, 220, 227, 234, 240, 247, 254, 261, 268, 275, 282, 288, 295, 302, 309 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A004956(3*n)+2*n. - Robert Israel, Sep 25 2019
MAPLE
phi:= (sqrt(5)+1)/2:
seq(ceil(3*n*phi)+2*n, n=0..100); # Robert Israel, Sep 25 2019
MATHEMATICA
With[{c=GoldenRatio^4}, Ceiling[c*Range[0, 50]]] (* Harvey P. Dale, Oct 04 2015 *)
CROSSREFS
Sequence in context: A109048 A289398 A044892 * A020646 A182341 A008589
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 16 16:35 EDT 2024. Contains 371749 sequences. (Running on oeis4.)