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!)
A184105 n-1+ceiling((n/5)^2); complement of A184104. 1
1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 15, 17, 19, 21, 23, 26, 28, 30, 33, 35, 38, 41, 44, 47, 49, 53, 56, 59, 62, 65, 69, 72, 76, 80, 83, 87, 91, 95, 99, 103, 108, 112, 116, 121, 125, 130, 135, 140, 145, 149, 155, 160, 165, 170, 175, 181, 186, 192, 198, 203, 209, 215, 221, 227, 233, 240, 246, 252, 259, 265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-2,1).
MATHEMATICA
a=25; b=0;
Table[n+Floor[(a*n+b)^(1/2)], {n, 100}]
Table[n-1+Ceiling[(n*n-b)/a], {n, 70}]
CROSSREFS
Cf. A184104.
Sequence in context: A129590 A261132 A262525 * A062469 A340758 A238098
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jan 09 2011
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 June 9 13:54 EDT 2024. Contains 373240 sequences. (Running on oeis4.)