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!)
A287960 Numbers that are the sum of two centered triangular numbers (A005448). 2
2, 5, 8, 11, 14, 20, 23, 29, 32, 35, 38, 41, 47, 50, 56, 62, 65, 68, 74, 77, 83, 86, 89, 92, 95, 104, 110, 113, 116, 119, 128, 131, 137, 140, 146, 149, 155, 167, 170, 173, 176, 182, 185, 194, 197, 200, 203, 209, 212, 218, 221, 230, 236, 239, 245, 251, 254, 263, 266, 272, 275, 278, 281, 284, 293, 299 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Centered Triangular Number
FORMULA
8*a(n) = 10+3*A097269(n). - R. J. Mathar, Jul 26 2017
MATHEMATICA
nmax = 300; f[x_] := Sum[x^(3 k (k - 1)/2 + 1), {k, 1, 20}]^2; Exponent[#, x] & /@ List @@ Normal[Series[f[x], {x, 0, nmax}]]
CROSSREFS
Sequence in context: A070214 A330031 A031210 * A102795 A275603 A275604
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 03 2017
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 March 29 05:48 EDT 2024. Contains 371265 sequences. (Running on oeis4.)