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!)
A127207 Half-indexed Lucas numbers a(n)=round(sqrt((1+sqrt(5))/2)^n) a(2n)=L(n)=A000032, so a(n)=L(n/2). 0
1, 2, 2, 3, 3, 4, 5, 7, 9, 11, 14, 18, 23, 29, 37, 47, 60, 76, 97, 123, 156, 199, 253, 322, 410, 521, 663, 843, 1072, 1364, 1735, 2207, 2807, 3571, 4542, 5778, 7350, 9349, 11892, 15127, 19242, 24476, 31134, 39603, 50376, 64079 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n)+a(n+2)=a(n+4), a(n+4)+1 or a(n+4)-1.
LINKS
MAPLE
for n from 1 to 60 do a[n]:=round(sqrt((1+sqrt(5))/2)^n) od: seq(a[n], n=1..60);
CROSSREFS
Cf. A000032.
Sequence in context: A367399 A113788 A018243 * A173513 A367693 A147663
KEYWORD
easy,nonn
AUTHOR
Miklos Kristof, Mar 28 2007
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 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)