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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119529 Numbers n such [Sum(x=1,n,(x-1)*2^(x-1))/2] is prime. 3
3, 4, 8, 28, 52, 56, 82, 1472, 1484, 8669 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

s = 0; Do[s += (x-1)*2^(x-1)/2; If[PrimeQ[s], Print[x]], {x, 10^4}] - Ryan Propper (rpropper(AT)stanford.edu), Jan 01 2007

CROSSREFS

Cf. A000523.

Sequence in context: A073313 A168382 A155701 * A180629 A096847 A011993

Adjacent sequences:  A119526 A119527 A119528 * A119530 A119531 A119532

KEYWORD

more,nonn

AUTHOR

Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Jul 27 2006

EXTENSIONS

One more term from Ryan Propper (rpropper(AT)stanford.edu), Jan 01 2007

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 17 04:58 EST 2012. Contains 205985 sequences.