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!)
A045929 Generalized Connell sequence C_{5,3}. 5
1, 2, 7, 12, 17, 18, 23, 28, 33, 38, 43, 48, 49, 54, 59, 64, 69, 74, 79, 84, 89, 94, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 156, 161, 166, 171, 176, 181, 186, 191, 196, 201, 206, 211, 216, 221, 226, 231, 232, 237, 242, 247, 252, 257, 262, 267, 272, 277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Douglas E. Iannucci and Donna Mills-Taylor, On Generalizing the Connell Sequence, J. Integer Sequences, Vol. 2, 1999, #99.1.7.
FORMULA
a(n) = 5*n - 4*floor((7 + sqrt(24*n - 23))/6). See general formula in A045928. - Michel Marcus, Apr 02 2013
EXAMPLE
From Michel Marcus, Apr 02 2013: (Start)
As a triangle, sequence begins:
1;
2, 7, 12, 17;
18, 23, 28, 33, 38, 43, 48;
...
(End)
MATHEMATICA
Table[5*n - 4*Floor[(7 + Sqrt[24*n - 23])/6], {n, 61}] (* Stefano Spezia, Apr 15 2023 *)
CROSSREFS
Cf. A045928.
Sequence in context: A320900 A215247 A160455 * A277598 A105501 A016873
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from jeroen.lahousse(AT)icl.com
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 11:26 EDT 2024. Contains 371913 sequences. (Running on oeis4.)