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!)
A045930 The generalized Connell sequence C_{3,5}. 6
1, 2, 5, 8, 11, 14, 17, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48, 49, 52, 55, 58, 61, 64, 67, 70, 73, 76, 79, 82, 85, 88, 91, 94, 95, 98, 101, 104, 107, 110, 113, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 156, 159, 162, 165, 168, 171, 174, 177, 180 (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) = 3*n - 2*floor((13 + sqrt(40*n-31))/10). 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, 5, 8, 11, 14, 17;
18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48;
...
(End)
MAPLE
A045930:=n->3*n - 2*floor((13 + sqrt(40*n-31))/10); seq(A045930(n), n=1..100); # Wesley Ivan Hurt, Feb 03 2014
MATHEMATICA
Table[3 n - 2*Floor[(13 + Sqrt[40 n - 31])/10], {n, 100}] (* Wesley Ivan Hurt, Feb 03 2014 *)
CROSSREFS
Cf. A045928.
Sequence in context: A189525 A189369 A055048 * A140099 A276385 A109232
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 24 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)