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!)
A194069 1+floor((2/3)*n^2). 2

%I #8 Mar 30 2012 18:57:39

%S 1,3,7,11,17,25,33,43,55,67,81,97,113,131,151,171,193,217,241,267,295,

%T 323,353,385,417,451,487,523,561,601,641,683,727,771,817,865,913,963,

%U 1015,1067,1121,1177,1233,1291,1351,1411

%N 1+floor((2/3)*n^2).

%F a(n)=1+floor(2*n^2/3).

%F a(n) = 1 +A030511(n+1). - R. J. Mathar, Aug 25 2011

%t c[k_]:=1+Floor[(2/3)k^2]; c=Table[c[k],{k,1,90}]

%Y Cf. A194070 (natural fractal sequence),

%Y A194071 (natural fractal interspersion).

%K nonn

%O 1,2

%A _Clark Kimberling_, Aug 14 2011

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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)