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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022776 Place where n-th 1 occurs in A023115. 0
1, 2, 4, 7, 10, 14, 19, 24, 30, 37, 45, 53, 62, 72, 82, 93, 105, 118, 131, 145, 160, 175, 191, 208, 225, 243, 262, 282, 302, 323, 345, 367, 390, 414, 439, 464, 490, 517, 544, 572, 601, 630, 660, 691, 723, 755, 788, 822, 856, 891, 927, 964, 1001 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=1+sum(k=1,n-1,ceil(r*k)) where r=1/sqrt(2) [From Benoit Cloitre (benoit784c(AT)orange.fr), Jan 24 2009]

PROG

(PARI) a(n)=1+sum(k=1, n-1, ceil(k/sqrt(2))) [From Benoit Cloitre (benoit784c(AT)orange.fr), Jan 24 2009]

CROSSREFS

Sequence in context: A022339 A025711 A117634 * A025704 A025710 A023536

Adjacent sequences:  A022773 A022774 A022775 * A022777 A022778 A022779

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

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 February 15 23:53 EST 2012. Contains 205860 sequences.