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!)
A098385 Ordered factorizations over hook-type prime signatures with exactly three distinct primes (third column of A098348). 3
13, 44, 132, 368, 976, 2496, 6208, 15104, 36096, 84992, 197632, 454656, 1036288, 2342912, 5259264, 11730944, 26017792, 57409536, 126091264, 275775488, 600834048, 1304428544, 2822766592, 6090129408, 13103005696, 28118614016, 60196651008 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) can also be calculated by transforming (3,18,8) applying the binomial transform twice. Cf. A098384.
LINKS
FORMULA
a(n) = 2^n * (n^2 + 8*n + 13). - James Rayman, Mar 27 2021
EXAMPLE
The hook-type least prime signatures with exactly three primes begin 30,60,120,...; therefore sequence begins A002033(30,60,120,...) = 13,44,132,...
PROG
(Python) def a(n): return 2**n * (n**2 + 8*n + 13) # James Rayman, Mar 27 2021
CROSSREFS
Sequence in context: A026914 A226514 A159742 * A048364 A254675 A141549
KEYWORD
easy,nonn
AUTHOR
Alford Arnold, Sep 06 2004
EXTENSIONS
More terms from James Rayman, Mar 27 2021
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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)