A281813 a(0) = 3, a(n) = 8*n + 4 for n > 0.
3, 12, 20, 28, 36, 44, 52, 60, 68, 76, 84, 92, 100, 108, 116, 124, 132, 140, 148, 156, 164, 172, 180, 188, 196, 204, 212, 220, 228, 236, 244, 252, 260, 268, 276, 284, 292, 300, 308, 316, 324, 332, 340, 348, 356, 364, 372, 380, 388, 396, 404
Offset: 0
Links
- Rayan Ivaturi, Ripple Numbers
- Index entries for linear recurrences with constant coefficients, signature (2,-1).
Programs
-
PARI
a(n)=if(n>0, 8*n+4, 3) \\ Charles R Greathouse IV, Feb 07 2017
Formula
G.f.: (3 + 6*x - x^2)/(1 - x)^2.
a(n) = A017113(n) for n>0, a(0) = 3.
a(n) = A086570(n+1) for n>=1. - R. J. Mathar, Jun 21 2025
Extensions
Entry revised by Editors of OEIS, Feb 09 2017
Comments