The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A342281 A bisection of A001951: a(n) = A001951(2*n+1). 2

%I #10 Mar 24 2021 15:35:58

%S 1,4,7,9,12,15,18,21,24,26,29,32,35,38,41,43,46,49,52,55,57,60,63,66,

%T 69,72,74,77,80,83,86,89,91,94,97,100,103,106,108,111,114,117,120,123,

%U 125,128,131,134,137,140,142,145,148,151,154,156,159,162,165,168

%N A bisection of A001951: a(n) = A001951(2*n+1).

%H N. J. A. Sloane, <a href="/A115004/a115004.txt">Families of Essentially Identical Sequences</a>, Mar 24 2021 (Includes this sequence)

%o (Python)

%o from sympy import integer_nthroot

%o def A342281(n): return integer_nthroot(8*n*(n+1)+2,2)[0] # _Chai Wah Wu_, Mar 16 2021

%Y Cf. A001951, A022842.

%K nonn

%O 0,2

%A _N. J. A. Sloane_, Mar 16 2021

%E More terms from _Alois P. Heinz_, Mar 16 2021

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 June 8 04:51 EDT 2024. Contains 373207 sequences. (Running on oeis4.)