Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134965
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134965 a(0)=3; for n>0, a(n)=a(n-1)+7+2*mod(n,2). +0
1
3, 12, 19, 28, 35, 44, 51, 60, 67, 76, 83, 92, 99, 108, 115, 124, 131, 140 (list; graph; listen)
OFFSET

1,1

COMMENT

Starting weights for pyramid game; numbers n such that the equation m(m + 1)/2 + 1 - n == 0 mod m has a solution.

FORMULA

f[n_] = (1/2) (-1+ Sqrt[ -7 + 8 n]); a(n) = If[ IntegerQ[2*Sqrt[ -7 + 8*n]] && Mod[n - 7, 8] == 0, f(n)]

O.g.f.: (3+9*x+4*x^2)/[(-1+x)^2*(x+1)] . a(n)-a(n-1)= A010729(n) . - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 05 2008

MATHEMATICA

Flatten[Table[If[ IntegerQ[2*Sqrt[ -7 + 8*n]] && Mod[n - 7, 8] == 0, f[n], {}], {n, 1, 10000}]]

CROSSREFS

Adjacent sequences: A134962 A134963 A134964 this_sequence A134966 A134967 A134968

Sequence in context: A052637 A120623 A043877 this_sequence A117554 A049714 A063244

KEYWORD

nonn

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Jan 31 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified January 8 02:43 EST 2009. Contains 152824 sequences.


AT&T Labs Research