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!)
A112729 Numbers of the form 2^(n+2)*3*(7*2^n-1) where 7*2^n-1 is prime. 2
312, 85632, 22013952, 1443107438592, 369435881766912, 24211351590301335552, 103986963299971520879061368832 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is a subsequence of A011251 and A011774, namely if m is in the sequence then phi(m)+sigma(m)=3*m (see Comments line of A011251).
Number of digits of all the 20 known terms of this sequence are respectively 3, 5, 8, 13, 15, 20, 30, 109, 11069, 13566, 14787, 15722, 20988, 25263, 40594, 42272, 101802, 104453, 107155 and 219110.
LINKS
EXAMPLE
103986963299971520879061368832 is in the sequence because 103986963299971520879061368832=2^(45+2)*3*(7*2^45-1) and 7*2^45-1 is prime.
MATHEMATICA
Do[If[PrimeQ[7*2^n-1], Print[3*2^(n+2)*(7*2^n-1)]], {n, 177}]
CROSSREFS
Sequence in context: A015704 A156406 A283492 * A308837 A239818 A290181
KEYWORD
easy,nonn
AUTHOR
Farideh Firoozbakht, Dec 01 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 April 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)