A381534 A084849 interleaved with positive even numbers.
1, 2, 4, 4, 11, 6, 22, 8, 37, 10, 56, 12, 79, 14, 106, 16, 137, 18, 172, 20, 211, 22, 254, 24, 301, 26, 352, 28, 407, 30, 466, 32, 529, 34, 596, 36, 667, 38, 742, 40, 821, 42, 904, 44, 991, 46, 1082, 48, 1177, 50, 1276, 52
Offset: 1
Examples
A084849(0) = 1, so a(1) = 1. a(2) is the first positive even number, 2.
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
- Index entries for linear recurrences with constant coefficients, signature (0,3,0,-3,0,1).
Programs
-
Mathematica
LinearRecurrence[{0,3,0,-3,0,1},{1,2,4,4,11,6},60] (* Harvey P. Dale, May 09 2025 *)
Formula
G.f.: -x*(-2*x^4+2*x^3-x^2-2*x-1)/(-x^6+3*x^4-3*x^2+1). - Michel Marcus Feb 27 2025
Comments