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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122797 A P_3-stuttered arithmetic progression with a(n+1)=a(n) if n is not a triangular number, a(n+1)=a(n)+1 otherwise. 11
1, 1, 2, 2, 3, 4, 4, 5, 6, 7, 7, 8, 9, 10, 11, 11, 12, 13, 14, 15, 16, 16, 17, 18, 19, 20, 21, 22, 22, 23, 24, 25, 26, 27, 28, 29, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 79, 80, 81, 82, 83, 84, 85, 86, 87 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

P_3(i) = the i-th triangular number.

As a triangle [1; 1,2; 2,3,4;...], row sums = A064808: (1, 3, 9, 22, 45, 81,...). - Gary W. Adamson (qntmpkt(AT)yahoo.com), Aug 10 2007

a(n) = n - A003056(n-1). [Reinhard Zumkeller, Feb 12 2012]

REFERENCES

Iannucci, D. and Mills-Taylor, D. On Generalizing the Connell Sequence. Journal of Integer Sequences v.2(1999) Article 99.1.7.

Bullington, G. D., The Connell Sum Sequence, J. Integer Seq. 10 (2007), Article 07.2.6. (includes direct formula for a(n))

LINKS

J. W. Meijer and M. Nepveu, Euler's ship on the Pentagonal Sea, Acta Nova, Volume 4, No.1, December 2008. pp. 176-187. [From Johannes W. Meijer (meijgia(AT)hotmail.com), June 21, 2010]

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

FORMULA

a(n)=A001614(n)-n+1.

PROG

(Haskell)

a122797 n = a122797_list !! (n-1)

a122797_list  = 1 : zipWith (+) a122797_list (map ((1 -) . a010054) [1..])

-- Reinhard Zumkeller, Feb 12 2012

CROSSREFS

Cf. A001614, A122793, A122794, A122795, A122796, A122798, A122799, A122800.

Cf. A064808.

Sequence in context: A064488 A049472 A125229 * A103354 A127038 A175268

Adjacent sequences:  A122794 A122795 A122796 * A122798 A122799 A122800

KEYWORD

nonn,easy,changed

AUTHOR

Grady Bullington (bullingt(AT)uwosh.edu), Sep 14 2006

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:20 EST 2012. Contains 205811 sequences.