Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135014
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135014 Intersection of A002378 and A135013. +0
2
2, 6, 342, 8372, 15006, 32942, 45156, 170982, 369056, 3008490, 3954132, 644931420, 2009953056, 12824996256 (list; graph; listen)
OFFSET

1,1

MAPLE

A000265 := proc(n) local nshft ; if n mod 2 = 1 then RETURN(n); else nshft := n ; while nshft mod 2 = 0 do nshft := nshft/2 ; od ; RETURN(nshft) ; fi ; end: A135013 := proc(n) option remember ; if n = 1 then RETURN(1) ; else RETURN( A135013(n-1)+A000265(n)) ; fi ; end: isA002378 := proc(n) RETURN( issqr(1+4*n) ) ; end: for n from 1 do a135013 := A135013(n) ; if isA002378(a135013) then printf("%d, ", a135013) ; fi ; od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 11 2008

CROSSREFS

Cf. A000918, A002378, A135013.

Sequence in context: A007190 A164829 A028337 this_sequence A092024 A069261 A053608

Adjacent sequences: A135011 A135012 A135013 this_sequence A135015 A135016 A135017

KEYWORD

nonn,more

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Feb 10 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 11 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 November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research