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!)
A342280 a(n) = A001952(2*n+1). 2
3, 10, 17, 23, 30, 37, 44, 51, 58, 64, 71, 78, 85, 92, 99, 105, 112, 119, 126, 133, 139, 146, 153, 160, 167, 174, 180, 187, 194, 201, 208, 215, 221, 228, 235, 242, 249, 256, 262, 269, 276, 283, 290, 297, 303, 310, 317, 324, 331, 338, 344, 351, 358, 365, 372 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
N. J. A. Sloane, Families of Essentially Identical Sequences, Mar 24 2021 (Includes this sequence)
PROG
(Python)
from sympy import integer_nthroot
def A342280(n): return 4*n+2+integer_nthroot(8*n*(n+1)+2, 2)[0] # Chai Wah Wu, Mar 16 2021
CROSSREFS
Bisection of A001952.
Cf. A187393.
Sequence in context: A063293 A270997 A356058 * A024981 A003072 A025395
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 16 2021
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)