Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A154260
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A154260 Integers of the form : n*(4*n-+1)/2. +0
4
0, 7, 9, 30, 34, 69, 75, 124, 132, 195, 205, 282, 294, 385, 399, 504, 520, 639, 657, 790, 810, 957, 979, 1140, 1164, 1339, 1365, 1554, 1582, 1785, 1815, 2032, 2064, 2295, 2329, 2574, 2610, 2869, 2907, 3180, 3220, 3507, 3549, 3850, 3894, 4209, 4255, 4584 (list; graph; listen)
OFFSET

1,2

FORMULA

A139274 UNION A139275. Conjecture: a(n)=a(n-1)+2*a(n-2)-2*a(n-3)-a(n-4)+a(n-5). G.f.: x^2*(7+2x+7x^2)/((1+x)^2*(1-x)^3). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 07 2009]

MATHEMATICA

#1. lst={}; s=0; Do[s+=n/4; If[Floor[s]==s, AppendTo[lst, s]], {n, 0, 7!}]; lst #2. lst={}; Do[a=n*(4*n-1)/2; If[Floor[a]==a, AppendTo[lst, a]]; a=n*(4*n+1)/2; If[Floor[a]==a, AppendTo[lst, a]], {n, 6!}]; lst

CROSSREFS

Cf. A001318, A074378, A057569, A057570

Sequence in context: A113124 A030404 A066930 this_sequence A085903 A147248 A147186

Adjacent sequences: A154257 A154258 A154259 this_sequence A154261 A154262 A154263

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 06 2009

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research