login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130589 a(n)=F(F(n)-1), where F(n)=A000045(n) (the Fibonacci numbers). 0
0, 0, 1, 1, 3, 13, 144, 6765, 3524578, 86267571272, 1100087778366101931, 343358302784187294870275058337, 1366619256256991435939546543402365995473880912459 (list; graph; refs; listen; history; internal format)
OFFSET

1,5

COMMENTS

F(F(n+1)=A007570(n+1), namely, 1,1,2,5,21,233,...

EXAMPLE

a(1)=F(F(1)-1)=F(0)=0;

a(2)=F(F(2)-1)=F(0)=0;

a(3)=F(F(3)-1)=F(1)=1;

a(4)=F(F(4)-1)=F(2)=1;

a(5)=F(F(5)-1)=F(4)=3;

MAPLE

with(combinat): a := proc (n) options operator, arrow; fibonacci(fibonacci(n)-1) end proc: seq(a(n), n = 1 .. 14);

CROSSREFS

Cf. A000045.

Cf. A007570.

Sequence in context: A161677 A180276 A054933 * A041591 A001150 A108554

Adjacent sequences:  A130586 A130587 A130588 * A130590 A130591 A130592

KEYWORD

easy,nonn

AUTHOR

Philippe Lallouet (philip.lallouet(AT)wanadoo.fr), Jun 16 2007

EXTENSIONS

Edited by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 10 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.