login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A194069
1+floor((2/3)*n^2).
2
1, 3, 7, 11, 17, 25, 33, 43, 55, 67, 81, 97, 113, 131, 151, 171, 193, 217, 241, 267, 295, 323, 353, 385, 417, 451, 487, 523, 561, 601, 641, 683, 727, 771, 817, 865, 913, 963, 1015, 1067, 1121, 1177, 1233, 1291, 1351, 1411
OFFSET
1,2
FORMULA
a(n)=1+floor(2*n^2/3).
a(n) = 1 +A030511(n+1). - R. J. Mathar, Aug 25 2011
MATHEMATICA
c[k_]:=1+Floor[(2/3)k^2]; c=Table[c[k], {k, 1, 90}]
CROSSREFS
Cf. A194070 (natural fractal sequence),
A194071 (natural fractal interspersion).
Sequence in context: A029715 A088803 A350146 * A088206 A052341 A038949
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 14 2011
STATUS
approved