login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A198265
a(n) = ceiling(n*sqrt(10)).
1
0, 4, 7, 10, 13, 16, 19, 23, 26, 29, 32, 35, 38, 42, 45, 48, 51, 54, 57, 61, 64, 67, 70, 73, 76, 80, 83, 86, 89, 92, 95, 99, 102, 105, 108, 111, 114, 118, 121, 124, 127, 130, 133, 136, 140, 143, 146, 149, 152, 155, 159, 162, 165, 168, 171
OFFSET
0,2
LINKS
MATHEMATICA
Ceiling[Sqrt[10]Range[0, 60]] (* Harvey P. Dale, Apr 23 2015 *)
PROG
(Magma) [Ceiling(n*Sqrt(10)): n in [0..60]]
CROSSREFS
Cf. A177102.
Sequence in context: A143457 A046956 A327139 * A310681 A143456 A310682
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Oct 24 2011
STATUS
approved