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!)
A023557 Convolution of A023531 and Fibonacci numbers. 0
0, 1, 1, 2, 4, 6, 10, 16, 27, 43, 70, 113, 183, 297, 480, 777, 1257, 2034, 3291, 5326, 8617, 13943, 22560, 36503, 59063, 95566, 154630, 250196, 404826, 655022, 1059848, 1714870, 2774718, 4489588, 7264307, 11753895, 19018202, 30772097, 49790299, 80562396, 130352695, 210915091, 341267786 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = a(n-1)+a(n-2)+1 if n mod 4 = 0, else a(n) = a(n-1)+a(n-2), with offset 0. [Gary Detlefs, Dec 05 2010]
PROG
(PARI) a(n) = sum(k=1, n, issquare(8*k+9)*fibonacci(n-k+1)); \\ Michel Marcus, Jan 26 2023
CROSSREFS
Sequence in context: A293077 A000801 A080105 * A293671 A173434 A255126
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Jan 26 2023
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)