[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A001749 revision #47

A001749
Primes multiplied by 4.
24
8, 12, 20, 28, 44, 52, 68, 76, 92, 116, 124, 148, 164, 172, 188, 212, 236, 244, 268, 284, 292, 316, 332, 356, 388, 404, 412, 428, 436, 452, 508, 524, 548, 556, 596, 604, 628, 652, 668, 692, 716, 724, 764, 772, 788, 796, 844, 892, 908, 916, 932, 956, 964, 1004, 1028, 1052, 1076, 1084, 1108, 1124, 1132, 1172, 1228, 1244, 1252
OFFSET
1,1
COMMENTS
Numbers k such that Sum_{d|k} (-1)^d = A048272(k) = 2. - Benoit Cloitre, Apr 14 2002
Solutions of the differential equation k'=k+4, where k' is the arithmetic derivative of k. - Paolo P. Lava, Feb 02 2012
LINKS
MATHEMATICA
4 * Prime[Range[66]] (* Vladimir Joseph Stephan Orlovsky, Apr 29 2008 *)
PROG
(Haskell)
a001749 = (* 4) . a000040 -- Reinhard Zumkeller, Feb 20 2012
(PARI) a(n)=4*prime(n) \\ Charles R Greathouse IV, Mar 25 2014
(Magma) [4*p: p in PrimesUpTo(300)]; // Vincenzo Librandi, Mar 26 2014
(PARI) 4 * primes(66) \\ Joerg Arndt, Mar 26 2014
CROSSREFS
Sequence in context: A084488 A337877 A211410 * A175786 A258848 A072843
KEYWORD
nonn,easy
STATUS
approved