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!)
A349803 a(3*n) = 1 + 4*n^2, a(1+3*n) = 2 + 4*n*(n+1), a(2+3*n) = 5 + 4*n*(n+1). 0
1, 2, 5, 5, 10, 13, 17, 26, 29, 37, 50, 53, 65, 82, 85, 101, 122, 125, 145, 170, 173, 197, 226, 229, 257, 290, 293, 325, 362, 365, 401, 442, 445, 485, 530, 533, 577, 626, 629, 677, 730, 733, 785, 842, 845, 901, 962 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A261327 sorted in nondecreasing order.
LINKS
FORMULA
a(-n) = a(n) - A099838(n+2).
a(n) = a(n-3) + 4*A004523(n-1) for n >= 3
= a(n-6) + 8*A004396(n-3) for n >= 6
= a(n-9) + 12*A004523(n-4) for n >= 9
= a(n-12) + 16*A004396(n-6) for n >= 12
...
MATHEMATICA
nterms=100; LinearRecurrence[{1, 0, 2, -2, 0, -1, 1}, {1, 2, 5, 5, 10, 13, 17}, nterms] (* Paolo Xausa, Dec 01 2021 *)
CROSSREFS
Cf. A261327.
Trisections: A053755, A069894, A078370.
Sequence in context: A212624 A351475 A034387 * A081240 A184443 A238655
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Dec 01 2021
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 4 00:44 EDT 2024. Contains 372225 sequences. (Running on oeis4.)