login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069262 a(n) = 4*prime(n)^2. 4
16, 36, 100, 196, 484, 676, 1156, 1444, 2116, 3364, 3844, 5476, 6724, 7396, 8836, 11236, 13924, 14884, 17956, 20164, 21316, 24964, 27556, 31684, 37636, 40804, 42436, 45796, 47524, 51076, 64516, 68644, 75076, 77284, 88804, 91204, 98596 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Previous name was: Numbers n such that sum(d|n,(-1)^d) = 3.
LINKS
FORMULA
a(n) = 4*prime(n)^2 = 4*A001248(n).
Numbers k such that A048272(k) = -3.
Sum_{n>=1} 1/a(n) = P(2)/4, where P is the prime zeta function. - Amiram Eldar, Dec 19 2020
MATHEMATICA
4 Prime[Range[40]]^2 (* Vincenzo Librandi, Mar 27 2014 *)
PROG
(Magma) [4*p^2: p in PrimesUpTo(200)]; // Vincenzo Librandi, Mar 27 2014
(PARI) a(n) = 4*prime(n)^2; \\ Michel Marcus, Mar 23 2016
(PARI) lista(nn) = {forprime(p=2, nn, print1(4*p^2, ", ")); } \\ Altug Alkan, Mar 23 2016
CROSSREFS
Sequence in context: A022040 A074985 A229134 * A076956 A075369 A318425
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 14 2002
EXTENSIONS
New name from existing formula by Michel Marcus, Mar 23 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 12 08:03 EDT 2024. Contains 375085 sequences. (Running on oeis4.)