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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107620 Primes multiplied alternately by 3 and 2. 4
6, 6, 15, 14, 33, 26, 51, 38, 69, 58, 93, 74, 123, 86, 141, 106, 177, 122, 201, 142, 219, 158, 249, 178, 291, 202, 309, 214, 327, 226, 381, 262, 411, 278, 447, 302, 471, 326, 501, 346, 537, 362, 573, 386, 591, 398, 633, 446, 681, 458 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Cf. A107621 = primes multiplied alternately by 2 and 3.

FORMULA

A107620(n) = prime(n)*(2 + mod(n, 2)).

MATHEMATICA

A107620[n_]:= Prime[n] (2 + Mod[n, 2]); Array[A107620, 40]

CROSSREFS

Cf. A107621.

Sequence in context: A110626 A072695 A085596 * A168414 A058563 A175561

Adjacent sequences:  A107617 A107618 A107619 * A107621 A107622 A107623

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 18 2005

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 18:27 EST 2012. Contains 206066 sequences.