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!)
A326917 Nonnegative numbers of the form 8*T(x) - T(y) with 0 <= x, 0 <= y, where T() denotes a triangular number. 0
0, 2, 3, 5, 7, 8, 9, 12, 14, 15, 18, 20, 21, 23, 24, 25, 27, 29, 32, 33, 34, 35, 38, 42, 44, 45, 47, 48, 52, 53, 54, 57, 59, 60, 62, 63, 65, 70, 71, 74, 75, 77, 78, 79, 80, 84, 88, 89, 90, 92, 93, 96, 98, 99, 102, 104, 105, 107, 110, 113, 114, 115, 117, 119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
When incremented by 1 this is also the difference between an odd square (1 + 8*T) and a triangular number T.
LINKS
FORMULA
a(n) = A175035(n) - 1.
EXAMPLE
8*A000217(1) - A000217(2) = 8*1 - 3 = 5 = a(4).
MATHEMATICA
T[n_] := n (n + 1)/2; Select[Union[Flatten[Table[8 T[x] - T[y], {x, 0, 15}, {y, 0, 100}]]], 115 >= # >= 0 &]
CROSSREFS
Cf. A000217 (T), A175035, A016754 (odd squares).
Sequence in context: A344591 A049468 A187332 * A001857 A091532 A108345
KEYWORD
nonn
AUTHOR
Ralf Steiner, Oct 21 2019
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 April 24 14:23 EDT 2024. Contains 371960 sequences. (Running on oeis4.)