login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024952 a(n) = s(n+3)/5, where s is A024951. 0
1, 1, 6, 11, 16, 46, 106, 216, 501, 1111, 3026, 6941, 16106, 39571, 102291, 249886, 593231, 1466876, 3784726, 9385226, 22941751, 57430001, 148203456, 372194386, 925716416, 2325988621, 6058260656, 15328018016, 38481839451, 97762429061, 254498207801
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
d = 31; s = {1, 1, 5}; n = 4; Do[
s = Append[s,
Sum[s[[2 i - 1]]*s[[n - 2 i + 1]], {i, 1, Floor[(n + 2)/4]}]]; n++,
d + 3]; s
a = {}; n = 1; Do[a = Append[a, s[[n + 3]]/5]; n++, d]; a (* Jake L Lande, Jul 03 2024 *)
CROSSREFS
Sequence in context: A242916 A256429 A024730 * A278833 A284293 A117800
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 11:06 EDT 2024. Contains 376010 sequences. (Running on oeis4.)