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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086343 a(n) starts new run of consecutive values in A055938. 2
2, 5, 9, 12, 17, 20, 24, 27, 33, 36, 40, 43, 48, 51, 55, 58, 65, 68, 72, 75, 80, 83, 87, 90, 96, 99, 103, 106, 111, 114, 118, 121, 129, 132, 136, 139, 144, 147, 151, 154, 160, 163, 167, 170, 175, 178, 182, 185, 192, 195, 199, 202, 207, 210, 214, 217, 223, 226, 230 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Shape sequence for A055938 is A001511

FORMULA

4n - 2 - A000120(n-1). - Ralf Stephan, Feb 23 2004

EXAMPLE

a(9) is 33 because A055938 begins

2

5 6

9

12 13 14

17

20 21

24

27 28 29 30

33

...

PROG

(PARI) A = vector(160); A[1] = 1; for (n = 2, 160, A[n] = n + A[n\2]; if (A[n] != 1 + A[n - 1], print(A[n - 1] + 1))); (Wasserman)

CROSSREFS

Cf. A000120, A001511, A005187, A055938.

Sequence in context: A190506 A047385 A086814 * A056549 A034806 A034307

Adjacent sequences:  A086340 A086341 A086342 * A086344 A086345 A086346

KEYWORD

easy,nonn

AUTHOR

Alford Arnold (Alford1940(AT)aol.com), Sep 03 2003

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Mar 03 2005

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 14:37 EST 2012. Contains 205822 sequences.