The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A362256 a(0) = a(1) = a(2) = 1, for n > 2, a(n) = a(n-1) + a(n-k) + k with k = 3. 1
1, 1, 1, 5, 9, 13, 17, 25, 37, 53, 73, 101, 141, 197, 273, 377, 521, 721, 997, 1377, 1901, 2625, 3625, 5005, 6909, 9537, 13165, 18173, 25085, 34625, 47793, 65969, 91057, 125685, 173481, 239453, 330513, 456201, 629685, 869141, 1199657, 1655861, 2285549, 3154693 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Called Leonardo 3-numbers in the Tan-Leung paper.
LINKS
Elif Tan and Ho-Hon Leung, On Leonardo p-Numbers, Integers (2023) Vol. 23, #A7. See p. 2.
MATHEMATICA
LinearRecurrence[{2, -1, 0, 1, -1}, {1, 1, 1, 5, 9}, 44] (* or *)
With[{p = 3}, Nest[Append[#, #[[-1]] + #[[-p - 1]] + p] &, {1, 1, 1, 5}, 40] ]
CROSSREFS
Sequence in context: A085759 A314700 A032493 * A349538 A334524 A125018
KEYWORD
nonn,easy
AUTHOR
Michael De Vlieger, Apr 13 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 May 15 17:02 EDT 2024. Contains 372548 sequences. (Running on oeis4.)