login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A180447 n appears 3n+1 times. 1
0, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,6

LINKS

Table of n, a(n) for n=0..104.

FORMULA

a(n) = floor((sqrt(24n+1)+1)/6)

EXAMPLE

a(5) = floor((sqrt(24*5+1)+1)/6) = 2

MATHEMATICA

f[n_] := Floor[(Sqrt[24 n + 1] + 1)/6]; Array[f, 105, 0] [From Robert G. Wilson v, Sep 10 2010]

PROG

(Python) l = [floor((sqrt(24*n+1)+1)/6) for n in range(0, 101)]

CROSSREFS

Sequence in context: A076080 A134914 A204164 * A115338 A133877 A132270

Adjacent sequences:  A180444 A180445 A180446 * A180448 A180449 A180450

KEYWORD

easy,nonn

AUTHOR

William A. Tedeschi, Sep 07 2010

EXTENSIONS

More terms from Robert G. Wilson v, Sep 10 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 14:14 EDT 2013. Contains 225622 sequences.