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!)
A110295 a(n) = 2^(n-1) * prime(n). 7
2, 6, 20, 56, 176, 416, 1088, 2432, 5888, 14848, 31744, 75776, 167936, 352256, 770048, 1736704, 3866624, 7995392, 17563648, 37224448, 76546048, 165675008, 348127232, 746586112, 1627389952, 3388997632, 6912212992, 14361296896 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Eric Angelini, "Array with primes." Pers. comm. on the SeqFan mailing list, Sep. 7 2005.
LINKS
FORMULA
a(n) = 2*A239885(n). - G. C. Greubel, Jan 04 2023
MATHEMATICA
Table[2^(n-1)*Prime[n], {n, 30}]
PROG
(Magma) [2^(n-1)*NthPrime(n): n in [1..50]]; // G. C. Greubel, Jan 04 2023
(SageMath) [2^(n-1)*nth_prime(n) for n in range(1, 50)] # G. C. Greubel, Jan 04 2023
CROSSREFS
Sequence in context: A303307 A321192 A327414 * A027294 A231538 A082045
KEYWORD
nonn
AUTHOR
Ryan Propper, Sep 07 2005
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)